UNPKG

@udus/notion-renderer

Version:
14 lines (13 loc) 306 B
import { FilesProperty } from "./Files.js"; import FilesPropertyObject from "./Files.json"; const meta = { title: "Properties/Files", component: FilesProperty, tags: ["autodocs"], }; export default meta; export const Default = { args: { propertyItem: FilesPropertyObject, }, };