UNPKG

@lobehub/ui

Version:

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

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