UNPKG

211 BTypeScriptView Raw
1export declare const validateCompositionId: (id: string) => void;
2export declare const isCompositionIdValid: (id: string) => RegExpMatchArray | null;
3export declare const invalidCompositionErrorMessage: string;