UNPKG

@lobehub/ui

Version:

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

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