UNPKG

@twilio/flex-plugin

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