feat(SW-216): Added heading and preamble text to table block
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { TableProps } from "./table"
|
||||
import TBody from "./TBody"
|
||||
import TD from "./TD"
|
||||
import TH from "./TH"
|
||||
@@ -6,6 +5,8 @@ import THead from "./THead"
|
||||
import TR from "./TR"
|
||||
import { tableVariants } from "./variants"
|
||||
|
||||
import type { TableProps } from "./table"
|
||||
|
||||
function Table({
|
||||
className,
|
||||
intent,
|
||||
|
||||
Reference in New Issue
Block a user