UNPKG

@udus/notion-renderer

Version:
7 lines 277 B
import type { PropertyItemMapper } from "../../types/notion/mapper/propertyItem.js"; import type { FC, ReactNode } from "react"; export declare const PropertyItemProvider: FC<{ mapper?: PropertyItemMapper; children: ReactNode; }>; //# sourceMappingURL=Property.d.ts.map