@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 331 B
TypeScript
import React from 'react';
import { SpinnerProps } from './types.js';
/**
* Component that renders a indeterminate circular progress spinner atop a semi-transparent white background.
*
* @param {SpinnerProps} props - props of spinner component
*
* @category Component
*/
export declare const Spinner: React.FC<SpinnerProps>;