UNPKG

@carton-org/react-neumorphism

Version:

A React component library implementing the neumorphism design style

14 lines 569 B
import { Sizes } from '../../constants'; interface ProgressBarProps { progress: number; label?: string; showLabel?: boolean; size?: Sizes; insetLabel?: boolean; progressBarColor?: React.CSSProperties["color"]; } declare const _default: import('react').ForwardRefExoticComponent<Pick<ProgressBarProps & import('react').RefAttributes<HTMLDivElement>, keyof import('react').RefAttributes<HTMLDivElement> | keyof ProgressBarProps> & { theme?: import('@emotion/react').Theme; }>; export default _default; //# sourceMappingURL=ProgressBar.d.ts.map