init commit
This commit is contained in:
4
remotion/node_modules/@remotion/studio/dist/helpers/validate-new-comp-data.d.ts
generated
vendored
Normal file
4
remotion/node_modules/@remotion/studio/dist/helpers/validate-new-comp-data.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import type { _InternalTypes } from 'remotion';
|
||||
export declare const validateCompositionName: (compName: string, compositions: _InternalTypes["AnyComposition"][]) => string | null;
|
||||
export declare const validateCompositionDimension: (dimension: "Width" | "Height", value: number) => string | null;
|
||||
export declare const validateCompositionDuration: (value: number) => string | null;
|
||||
Reference in New Issue
Block a user