UNPKG

primereact

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primereact.svg)](https://badge.fury.io/js/primereact) [![Discord Chat](https://img.shields.io/discord/5579

12 lines (10 loc) 287 B
import * as React from 'react'; interface ProgressSpinnerProps { id?: string; style?: object; className?: string; strokeWidth?: string; fill?: string; animationDuration?: string } export class ProgressSpinner extends React.Component<ProgressSpinnerProps,any> {}