4 lines
249 B
TypeScript
4 lines
249 B
TypeScript
export declare const injectCSS: (css: string) => (() => void);
|
|
export declare const OBJECTFIT_CONTAIN_CLASS_NAME = "__remotion_objectfitcontain";
|
|
export declare const makeDefaultPreviewCSS: (scope: string | null, backgroundColor: string) => string;
|