UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

8 lines (7 loc) 201 B
import type { ISpinnerProps } from './types'; export declare function useSpinner(props: ISpinnerProps): { spinnerProps: { accessible: boolean; accessibilityLabel: string; }; };