| 7 | import {shouldShowControls} from './utils'; |
| 8 | |
| 9 | interface RevideoPlayerProps { |
| 10 | playing?: string; |
| 11 | variables?: string; |
| 12 | looping?: string; |
| 13 | width?: number; |
| 14 | height?: number; |
| 15 | quality?: number; |
| 16 | fps?: number; |
| 17 | volume?: number; |
| 18 | } |
| 19 | |
| 20 | declare global { |
| 21 | namespace JSX { |
nothing calls this directly
no outgoing calls
no test coverage detected