UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 247 B
import { ThemeSwitchProps } from "./type.mjs"; import { FC } from "react"; //#region src/ThemeSwitch/ThemeSwitch.d.ts declare const ThemeSwitch: FC<ThemeSwitchProps>; //#endregion export { ThemeSwitch }; //# sourceMappingURL=ThemeSwitch.d.mts.map