customvidplayer 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,6 @@
|
|
1
1
|
declare module 'customvidplayer' {
|
2
|
-
|
3
|
-
|
4
|
-
}
|
2
|
+
import { FC } from 'react';
|
3
|
+
|
4
|
+
export const CVPlayer: FC<{ videoSrc: string; sections: Array<{ timestamp: number; name: string }> }>;
|
5
|
+
export const ThemeProvider: FC<{ children: React.ReactNode }>;
|
6
|
+
}
|
package/package.json
CHANGED
package/tsconfig.json
CHANGED
package/dist/customvidplayer.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";
|