@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
7 lines (6 loc) • 601 B
TypeScript
export { Button } from './Button';
export { ButtonGroup } from './ButtonGroup/ButtonGroup';
export { ButtonGroupSection } from './ButtonGroupSection/ButtonGroupSection';
export type { ButtonProps, ButtonStylesNames, ButtonFactory, ButtonCssVariables, ButtonVariant, } from './Button';
export type { ButtonGroupProps, ButtonGroupCssVariables, ButtonGroupStylesNames, ButtonGroupFactory, } from './ButtonGroup/ButtonGroup';
export type { ButtonGroupSectionProps, ButtonGroupSectionCssVariables, ButtonGroupSectionStylesNames, ButtonGroupSectionFactory, } from './ButtonGroupSection/ButtonGroupSection';