@carton-org/react-neumorphism
Version:
A React component library implementing the neumorphism design style
17 lines • 602 B
TypeScript
import { Sizes } from '../../constants';
interface IconBoxProps {
inset?: boolean;
rounded?: boolean;
border?: boolean;
size?: Sizes;
width?: string;
height?: string;
icon: React.ReactNode;
blank?: boolean;
iconBoxStyle?: React.CSSProperties;
}
declare const _default: import('react').ForwardRefExoticComponent<Pick<IconBoxProps & import('react').RefAttributes<HTMLDivElement>, keyof IconBoxProps | keyof import('react').RefAttributes<HTMLDivElement>> & {
theme?: import('@emotion/react').Theme;
}>;
export default _default;
//# sourceMappingURL=IconBox.d.ts.map