UNPKG

@lobehub/ui

Version:

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

11 lines (10 loc) 284 B
import { ButtonProps } from "./type.mjs"; import { FC } from "react"; //#region src/Button/Button.d.ts /** * @deprecated Use `Button` from `@lobehub/ui/base-ui` instead. */ declare const Button: FC<ButtonProps>; //#endregion export { Button }; //# sourceMappingURL=Button.d.mts.map