UNPKG

remotion

Version:

Make videos programmatically

4 lines (3 loc) 211 B
export declare const isCompositionIdValid: (id: string) => RegExpMatchArray | null; export declare const validateCompositionId: (id: string) => void; export declare const invalidCompositionErrorMessage: string;