UNPKG

primevue

Version:

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

12 lines (9 loc) 214 B
interface ProgressSpinnerProps { strokeWidth?: string; fill?: string; animationDuration?: string; } declare class ProgressSpinner { $props: ProgressSpinnerProps; } export default ProgressSpinner;