UNPKG

watercolor-ui

Version:

A modern minimalist cross-framework component library

30 lines 1.08 kB
export default Button; declare function Button({ children, variant, buttonStyle, size, disabled, loading, fullWidth, type, href, target, startIcon, endIcon, rounded, uppercase, ripple, onClick, onMouseOver, onMouseOut, onFocus, onBlur, className, style, ...props }: { [x: string]: any; children: any; variant?: string | undefined; buttonStyle?: string | undefined; size?: string | undefined; disabled?: boolean | undefined; loading?: boolean | undefined; fullWidth?: boolean | undefined; type?: string | undefined; href?: null | undefined; target?: string | undefined; startIcon?: null | undefined; endIcon?: null | undefined; rounded?: boolean | undefined; uppercase?: boolean | undefined; ripple?: boolean | undefined; onClick: any; onMouseOver: any; onMouseOut: any; onFocus: any; onBlur: any; className?: string | undefined; style?: {} | undefined; }): import("react/jsx-runtime").JSX.Element; declare namespace Button { let displayName: string; } //# sourceMappingURL=Button.d.ts.map