UNPKG

@lobehub/ui

Version:

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

32 lines (31 loc) 579 B
import { ButtonProps } from "./type.mjs"; import * as _$react_jsx_runtime0 from "react/jsx-runtime"; //#region src/base-ui/Button/Button.d.ts declare const Button: { ({ block, children, className, classNames, danger, disabled, ghost, href, htmlType, icon, iconPosition, loading, onClick, ref, shape, size, styles: userStyles, target, type, ...rest }: ButtonProps): _$react_jsx_runtime0.JSX.Element; displayName: string; }; //#endregion export { Button }; //# sourceMappingURL=Button.d.mts.map