UNPKG

primereact

Version:

[![Join the chat at https://gitter.im/primefaces/primereact](https://badges.gitter.im/primefaces/primereact.svg)](https://gitter.im/primefaces/primereact?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

12 lines (10 loc) 288 B
import React = require("react"); interface ProgressSpinnerProps { id?: string; style?: object; className?: string; strokeWidth?: string; fill?: string; animationDuration?: string } export class ProgressSpinner extends React.Component<ProgressSpinnerProps,any> {}