UNPKG

webcoreui

Version:

UI component and template library for Astro, Svelte, and React apps styled with Sass.

8 lines (7 loc) 129 B
export type SpinnerProps = { color?: string width?: number speed?: number size?: number dashArray?: number }