chore: rework typescript integration (#3304)

* create few new types
* Add missing api

---------

Co-authored-by: olivier <olivier.bouillet@ifeelsmart.com>
Co-authored-by: Krzysztof Moch <krzysmoch.programs@gmail.com>
This commit is contained in:
Olivier Bouillet
2023-10-26 08:46:04 +02:00
committed by GitHub
parent 286418e4a5
commit 0f8467f51d
16 changed files with 404 additions and 169 deletions

7
src/types/index.ts Normal file
View File

@@ -0,0 +1,7 @@
export * from './events';
export {default as FilterType} from './FilterType';
export * from './language';
export {default as Orientation} from './Orientation';
export {default as ResizeMode} from './ResizeMode';
export {default as TextTrackType} from './TextTrackType';
export * from './video';