UNPKG

@udus/notion-renderer

Version:
10 lines 296 B
import type { PropertyItemType } from "../../types/notion/property/properties.js"; import type { FC } from "react"; type Props = { name: string; value: PropertyItemType; hideName?: boolean; }; export declare const Property: FC<Props>; export {}; //# sourceMappingURL=Property.d.ts.map