7 lines
251 B
TypeScript
7 lines
251 B
TypeScript
/**
|
|
* @description Provides the current version number of the Remotion library.
|
|
* @see [Documentation](https://remotion.dev/docs/version)
|
|
* @returns {string} The current version of the remotion package
|
|
*/
|
|
export declare const VERSION = "4.0.423";
|