UNPKG

@wulperstudio/cms

Version:
8 lines (7 loc) 292 B
interface OptionsModel { autoplay?: boolean; } export declare const getEmbedLinkYoutube: (link: string) => string; export declare const getEmbedLinkVimeo: (link: string) => string; export declare const handleEmbedLinkYtOrVimeo: (link: string, options: OptionsModel) => string; export {};