init commit
This commit is contained in:
5
remotion/node_modules/@remotion/studio-shared/dist/stringify-default-props.d.ts
generated
vendored
Normal file
5
remotion/node_modules/@remotion/studio-shared/dist/stringify-default-props.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export type EnumPath = (string | number)[];
|
||||
export declare const stringifyDefaultProps: ({ props, enumPaths, }: {
|
||||
props: unknown;
|
||||
enumPaths: EnumPath[];
|
||||
}) => string;
|
||||
Reference in New Issue
Block a user