UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 270 B
import { LobeSwitchProps } from "./type.mjs"; import * as react0 from "react"; //#region src/LobeSwitch/LobeSwitch.d.ts declare const LobeSwitch: react0.NamedExoticComponent<LobeSwitchProps>; //#endregion export { LobeSwitch }; //# sourceMappingURL=LobeSwitch.d.mts.map