UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

11 lines (10 loc) 456 B
import type { GroupCssVariables, GroupFactory, GroupProps, GroupStylesCtx, GroupStylesNames } from './Group'; export { Group } from './Group'; export type { GroupCssVariables, GroupFactory, GroupProps, GroupStylesCtx, GroupStylesNames }; export declare namespace Group { type Props = GroupProps; type StylesNames = GroupStylesNames; type CssVariables = GroupCssVariables; type StylesCtx = GroupStylesCtx; type Factory = GroupFactory; }