@udus/notion-renderer
Version:

9 lines • 324 B
TypeScript
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