@udus/notion-renderer
Version:

9 lines • 309 B
TypeScript
import type { PropertiesType as PropertiesType } from "../../types/notion/property/properties.js";
import type { FC } from "react";
type Props = {
properties: PropertiesType;
hidePropertyName?: boolean;
};
export declare const Properties: FC<Props>;
export {};
//# sourceMappingURL=Properties.d.ts.map