Repository URL to install this package:
|
Version:
4.0.75 ▾
|
import { VideoProps, AliasedVideoTypes, VideoTypes, SourceType } from './typings';
declare const toType: (props: VideoProps) => any;
declare function toSrc(props: VideoTypes | SourceType): string;
declare const alias: {
toCover(props: AliasedVideoTypes): string;
toAutoPlay(props: AliasedVideoTypes): boolean | undefined;
};
export { toType, toSrc, alias };