UNPKG

@carton-org/react-neumorphism

Version:

A React component library implementing the neumorphism design style

18 lines 867 B
import { Theme } from '@emotion/react'; import { Sizes } from '../../constants'; declare const _default: import('react').ForwardRefExoticComponent<Pick<{ size?: Sizes; iconLeft?: React.ReactNode; iconRight?: React.ReactNode; isLoading?: boolean; rounded?: boolean; border?: boolean; labelStyle?: React.CSSProperties; buttonStyle?: React.CSSProperties; children?: React.ReactNode; theme: Theme; } & Partial<import('react').ButtonHTMLAttributes<HTMLButtonElement>> & import('react').RefAttributes<HTMLButtonElement>, "border" | "size" | "labelStyle" | keyof import('react').ButtonHTMLAttributes<HTMLButtonElement> | "iconLeft" | "iconRight" | "isLoading" | "rounded" | "buttonStyle" | keyof import('react').RefAttributes<HTMLButtonElement>> & { theme?: Theme; }>; export default _default; //# sourceMappingURL=Button.d.ts.map