Files
clawbot/skills/remotion-prompt-video/node_modules/remotion/dist/cjs/default-css.d.ts
T

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;