UNPKG

@carton-org/react-neumorphism

Version:

A React component library implementing the neumorphism design style

18 lines 442 B
export declare const units = 4; export declare const getSpacing: (multiplier: number) => string; export declare const getSpacingNumber: (multiplier: number) => number; export declare const spacings: { readonly xs: string; readonly sm: string; readonly md: string; readonly lg: string; readonly xl: string; }; export declare enum SpacingsNumber { XS, SM, MD, LG, XL } //# sourceMappingURL=units.d.ts.map