(spinnerType: keyof typeof spinnerComponentOptions)
| 19 | } as const; |
| 20 | |
| 21 | const getSpinner = (spinnerType: keyof typeof spinnerComponentOptions) => |
| 22 | spinnerComponentOptions[spinnerType]; |
| 23 | |
| 24 | const coveringSpinner: React.CSSProperties = { |
| 25 | visibility: 'visible', |
no outgoing calls
no test coverage detected
searching dependent graphs…