UNPKG

@udus/notion-renderer

Version:
9 lines 324 B
import type { FC } from "react"; type Props = { checked: boolean; }; export declare const Checkbox: FC<Props>; export declare const UnCheckBox: () => import("react/jsx-runtime").JSX.Element; export declare const CheckedBox: () => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Checkbox.d.ts.map