| 7 | // Convert to a `type` in a future major version. |
| 8 | // eslint-disable-next-line @typescript-eslint/consistent-type-definitions |
| 9 | export interface CSSProperties extends CSS.Properties<string | number> { |
| 10 | '--progress'?: string; |
| 11 | } |
| 12 | } |
nothing calls this directly
no outgoing calls
no test coverage detected