diff --git a/src/components/Video/AliPlayer.d.ts b/src/components/Video/AliPlayer.d.ts index 33e9d75..575243d 100644 --- a/src/components/Video/AliPlayer.d.ts +++ b/src/components/Video/AliPlayer.d.ts @@ -32,6 +32,7 @@ export interface AliPlayerProps { export interface AliPlayerRef { play: () => void; pause: () => void; + getPlayerInstance: () => any; } /**