feat(SW-441): Added table block component
This commit is contained in:
5
types/components/blocks/table.ts
Normal file
5
types/components/blocks/table.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { TableData } from "@/types/trpc/routers/contentstack/blocks"
|
||||
|
||||
export interface TableProps {
|
||||
data: TableData
|
||||
}
|
||||
Reference in New Issue
Block a user