@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
11 lines (10 loc) • 582 B
TypeScript
import type { RingProgressCssVariables, RingProgressFactory, RingProgressProps, RingProgressSection, RingProgressStylesNames } from './RingProgress';
export { RingProgress } from './RingProgress';
export type { RingProgressProps, RingProgressStylesNames, RingProgressFactory, RingProgressCssVariables, RingProgressSection, };
export declare namespace RingProgress {
type Props = RingProgressProps;
type StylesNames = RingProgressStylesNames;
type Factory = RingProgressFactory;
type CssVariables = RingProgressCssVariables;
type Section = RingProgressSection;
}