@carton-org/react-neumorphism
Version:
A React component library implementing the neumorphism design style
9 lines • 556 B
TypeScript
import { BorderConfig, ColorsConfig, DefaultModeTheme, NeumorphismConfig, ReactNeumorphismAugmentedTheme, TypographyConfig } from '../types/theme';
export declare const buildAugmentedTheme: ({ mode, neumorphismConfig, colorsConfig, typographyConfig, borderConfig, }: {
mode: DefaultModeTheme;
neumorphismConfig?: Partial<NeumorphismConfig>;
colorsConfig?: Partial<ColorsConfig>;
typographyConfig?: Partial<TypographyConfig>;
borderConfig?: Partial<BorderConfig>;
}) => ReactNeumorphismAugmentedTheme;
//# sourceMappingURL=theme.d.ts.map