UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

7 lines (6 loc) 321 B
export * from './Box.types'; export * from './style-props'; export { useRandomClassName } from './use-random-classname/use-random-classname'; export { getStyleObject } from './get-style-object/get-style-object'; export { Box } from './Box'; export type { BoxProps, ElementProps, BoxMod, BoxComponentProps } from './Box';