UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines (7 loc) 294 B
import type { StylePropType } from './resolvers'; import type { MantineStyleProps } from './style-props.types'; export interface SystemPropData { type: StylePropType; property: string | string[]; } export declare const STYlE_PROPS_DATA: Record<keyof MantineStyleProps, SystemPropData>;