UNPKG

@lobehub/ui

Version:

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

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