UNPKG

@brightlayer-ui/react-auth-workflow

Version:

Re-usable workflow components for Authentication and Registration within Eaton applications.

8 lines (7 loc) 200 B
import { BoxProps } from '@mui/material/Box'; export type SpinnerProps = BoxProps & { /** * True if the spinner should be displayed, false to render nothing */ visible?: boolean; };