UNPKG

primereact

Version:

A rich set of premium UI Components for React.

9 lines (8 loc) 499 B
export * from './ProgressSpinner.context'; export * as ProgressSpinner from './ProgressSpinner.parts'; export * as ProgressSpinnerProps from './ProgressSpinner.props'; export { defaultRangeProps, ProgressSpinnerRange } from './range'; export { defaultRootProps, ProgressSpinnerRoot } from './root'; export { defaultTrackProps, ProgressSpinnerTrack } from './track'; export { defaultValueProps, ProgressSpinnerValue } from './value'; export type * from '@primereact/types/primitive/progressspinner';