UNPKG

react-spinners-css

Version:

[![bit components](https://img.shields.io/badge/bit_components-14-6e3991)](https://bit.cloud/joshk/react-spinners-css) [![npm version](https://badge.fury.io/js/react-spinners-css.svg)](https://www.npmjs.com/package/react-spinners-css) [![GitHub stars](htt

5 lines (4 loc) 242 B
import type { SpinnerProps } from '@joshk/react-spinners-css.types'; type RollerProps = Omit<SpinnerProps, 'size'>; export declare function Roller({ color, className, style }: RollerProps): import("react/jsx-runtime").JSX.Element; export {};