@codecademy/gamut
72.2.472.2.5-alpha.febfe0.0
dist/Video/lib/VidstackPlayer/index.d.ts+
dist/Video/lib/VidstackPlayer/index.d.tsNew file+8
Index: package/dist/Video/lib/VidstackPlayer/index.d.ts
===================================================================
--- package/dist/Video/lib/VidstackPlayer/index.d.ts
+++ package/dist/Video/lib/VidstackPlayer/index.d.ts
@@ -0,0 +1,8 @@
+import './vidstack-styles.css';
+import React from 'react';
+import { VideoProps } from '../..';
+type VidstackPlayerProps = VideoProps & {
+ onLoad: () => void;
+};
+export declare const VidstackPlayer: React.FC<VidstackPlayerProps>;
+export {};