UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

10 lines (9 loc) 198 B
export interface MediaflowVideoPlayerProps { embedMethod: string; title: string; poster: string; id: number; embedCode?: string; iframeSrc?: string; autoPlay: boolean; }