UNPKG

@udus/notion-renderer

Version:
14 lines (13 loc) 263 B
import { Table } from "./Table.js"; import TableObject from "./Table.json"; const meta = { title: "Blocks/Table", component: Table, tags: ["autodocs"], }; export default meta; export const Default = { args: { block: TableObject, }, };