UNPKG

@brightlayer-ui/react-native-auth-workflow

Version:

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

8 lines (7 loc) 201 B
import { ViewProps } from 'react-native'; export type SpinnerProps = ViewProps & { /** * Set True if the spinner should be displayed, false to render nothing */ visible?: boolean; };