katoikia-app/web-ui/web-react/node_modules/primereact/progressspinner/progressspinner.d.ts

13 lines
305 B
TypeScript
Raw Normal View History

2022-07-06 04:15:11 +00:00
import * as React from 'react';
export interface ProgressSpinnerProps {
id?: string;
style?: object;
className?: string;
strokeWidth?: string;
fill?: string;
animationDuration?: string
}
export declare class ProgressSpinner extends React.Component<ProgressSpinnerProps, any> { }