UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

6 lines (5 loc) 302 B
export * from './style-props.types'; export { extractStyleProps } from './extract-style-props/extract-style-props'; export { STYlE_PROPS_DATA } from './style-props-data'; export { parseStyleProps } from './parse-style-props/parse-style-props'; export type { SystemPropData } from './style-props-data';