UNPKG

react-native-animated-spinkit

Version:
14 lines (13 loc) 318 B
import { ViewProps } from 'react-native'; export interface SpinnerProps extends ViewProps { size: number; color: string; animating: boolean; hidesWhenStopped: boolean; } export declare const defaultProps: { size: number; color: string; animating: boolean; hidesWhenStopped: boolean; };