@gluestack-ui/core
Version:
Universal UI components for React Native, Expo, and Next.js
5 lines • 325 B
TypeScript
import type { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react';
export declare function createSpinner<SpinnerProps>({ Root, }: {
Root: React.ComponentType<SpinnerProps>;
}): ForwardRefExoticComponent<PropsWithoutRef<SpinnerProps> & RefAttributes<SpinnerProps>>;
//# sourceMappingURL=index.d.ts.map