Home > @gregoranders/react-spinner > Props
Props type
Signature:
export type Props = Readonly<{
className: string;
indicator: string;
max: number;
timeout: number;
}>;
Home > @gregoranders/react-spinner > Props
Signature:
export type Props = Readonly<{
className: string;
indicator: string;
max: number;
timeout: number;
}>;