Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / components / atoms / Video / deps.d.ts
Size: Mime:
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 };