UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

6 lines 250 B
import { CheckboxProps } from "./type.mjs"; //#region src/base-ui/Checkbox/Checkbox.d.ts declare const Checkbox: import("react").NamedExoticComponent<CheckboxProps>; //#endregion export { Checkbox as default }; //# sourceMappingURL=Checkbox.d.mts.map