Files
story-studio/remotion/node_modules/@remotion/studio-shared/dist/get-project-name.d.ts
2026-02-21 10:33:18 +01:00

7 lines
255 B
TypeScript

import type { GitSource } from './git-source';
export declare const getProjectName: ({ gitSource, resolvedRemotionRoot, basename, }: {
gitSource: GitSource | null;
resolvedRemotionRoot: string;
basename: (str: string) => string;
}) => string;