UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 266 B
import { CheckboxProps } from "./type.mjs"; import * as _$react from "react"; //#region src/base-ui/Checkbox/Checkbox.d.ts declare const Checkbox: _$react.NamedExoticComponent<CheckboxProps>; //#endregion export { Checkbox }; //# sourceMappingURL=Checkbox.d.mts.map