UNPKG

@gluestack-ui/spinner

Version:

A universal headless Spinner component for React Native, Next.js & React

5 lines (4 loc) 290 B
import type { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; export declare function createSpinner<SpinnerProps>({ Root, }: { Root: React.ComponentType<SpinnerProps>; }): ForwardRefExoticComponent<PropsWithoutRef<SpinnerProps> & RefAttributes<SpinnerProps>>;