UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

5 lines (4 loc) 220 B
export { Grid } from './Grid'; export { GridCol } from './GridCol/GridCol'; export type { GridCssVariables, GridFactory, GridProps, GridStylesNames } from './Grid'; export type { GridColProps } from './GridCol/GridCol';