@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
4 lines • 343 B
TypeScript
import { Styles } from 'react-jss';
import { MantineTheme } from './types';
export declare function createMemoStyles<C extends string = string, Props = unknown>(styles: Styles<C, Props, MantineTheme>): (args?: Props, classNames?: Partial<Record<C, string>>, name?: string) => Record<C, string>;
//# sourceMappingURL=create-memo-styles.d.ts.map