UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

4 lines (3 loc) 326 B
import type { RingProgressCssVariables, RingProgressFactory, RingProgressProps, RingProgressSection, RingProgressStylesNames } from './RingProgress'; export { RingProgress } from './RingProgress'; export type { RingProgressProps, RingProgressStylesNames, RingProgressFactory, RingProgressCssVariables, RingProgressSection, };