UNPKG

@udus/notion-renderer

Version:
10 lines 389 B
import type { DatabaseObject } from "../../types/notion/database.js"; import type { PropertyItemType } from "../../types/notion/property/properties.js"; import type { FC } from "react"; type Props = { name: string; value: PropertyItemType | DatabaseObject["properties"][string]; }; export declare const PropertyName: FC<Props>; export {}; //# sourceMappingURL=PropertyName.d.ts.map