init commit
This commit is contained in:
6
remotion/node_modules/@remotion/studio-shared/dist/get-project-name.d.ts
generated
vendored
Normal file
6
remotion/node_modules/@remotion/studio-shared/dist/get-project-name.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { GitSource } from './git-source';
|
||||
export declare const getProjectName: ({ gitSource, resolvedRemotionRoot, basename, }: {
|
||||
gitSource: GitSource | null;
|
||||
resolvedRemotionRoot: string;
|
||||
basename: (str: string) => string;
|
||||
}) => string;
|
||||
Reference in New Issue
Block a user