@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
9 lines (8 loc) • 540 B
TypeScript
export { Progress } from './Progress';
export { ProgressLabel } from './ProgressLabel/ProgressLabel';
export { ProgressRoot } from './ProgressRoot/ProgressRoot';
export { ProgressSection } from './ProgressSection/ProgressSection';
export type { ProgressFactory, ProgressProps, ProgressStylesNames } from './Progress';
export type { ProgressLabelProps } from './ProgressLabel/ProgressLabel';
export type { ProgressRootProps } from './ProgressRoot/ProgressRoot';
export type { ProgressSectionProps } from './ProgressSection/ProgressSection';