5 lines
162 B
TypeScript
5 lines
162 B
TypeScript
export declare const getAbsolutePublicDir: ({ relativePublicDir, remotionRoot, }: {
|
|
relativePublicDir: string | null;
|
|
remotionRoot: string;
|
|
}) => string;
|