UNPKG

@twilio/flex-plugin

Version:
8 lines (7 loc) 258 B
/** * Loads external CSS files into your plugin * Use this method at the beginning of the init() method of the plugin * @param hrefArray Array of CSS file links to load * @return {void} */ export declare const loadCSS: (...hrefArray: string[]) => void;