@synergy-design-system/react
Version:
React wrappers for the Synergy Design System
15 lines (14 loc) • 686 B
TypeScript
import Component from '@synergy-design-system/components/components/spinner/spinner.component.js';
/**
* @summary Spinners are used to show the progress of an indeterminate operation.
* @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-spinner--docs
* @status stable
* @since 2.0
*
* @csspart base - The component's base wrapper.
*
* @cssproperty --track-width - The width of the track.
* @cssproperty --indicator-color - The color of the spinner's indicator.
* @cssproperty --speed - The time it takes for the spinner to complete one animation cycle.
*/
export declare const SynSpinner: import("@lit/react").ReactWebComponent<Component, {}>;