update packages and add valign
This commit is contained in:
8
scripts/reveal.js/dist/utils/loader.d.ts
vendored
Normal file
8
scripts/reveal.js/dist/utils/loader.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Loads a JavaScript file from the given URL and executes it.
|
||||
*
|
||||
* @param {string} url Address of the .js file to load
|
||||
* @param {function} callback Method to invoke when the script
|
||||
* has loaded and executed
|
||||
*/
|
||||
export declare const loadScript: (url: string, callback?: (error?: Error) => void) => void;
|
||||
Reference in New Issue
Block a user