UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

8 lines (7 loc) 401 B
/// <reference types="react" /> import type { IPropsSpinner } from './ISpinner'; /** * Spinners are used to notify merchants that their action is being processed. For loading states, spinners should only be used for content that can’t be represented with skeleton loading components, like for data charts. */ declare function Spinner({ size }: IPropsSpinner): JSX.Element; export default Spinner;