@ariakit/react
Version:
Toolkit for building accessible web apps with React
11 lines (10 loc) • 337 B
text/typescript
export type {
GroupOptions,
GroupProps,
} from "@ariakit/react-components/group/group";
export { Group } from "@ariakit/react-components/group/group";
export type {
GroupLabelOptions,
GroupLabelProps,
} from "@ariakit/react-components/group/group-label";
export { GroupLabel } from "@ariakit/react-components/group/group-label";