| 15 | * Loader component that updates with an optional spinning animation. |
| 16 | */ |
| 17 | export class Loader extends Text { |
| 18 | private frames = [...DEFAULT_FRAMES]; |
| 19 | private intervalMs = DEFAULT_INTERVAL_MS; |
| 20 | private currentFrame = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected