SpinnerProps: Omit<CircularProgressProps, "size"> & {
fillContainer?: boolean;
size?: {
x?: number;
y?: number;
};
}
Type declaration
OptionalfillContainer?: boolean
Optionalsize?: {
x?: number;
y?: number;
}
Optionalx?: number
Optionaly?: number
Description
If true, the spinner is wrapped in flexbox and will fill the container