init commit
This commit is contained in:
5
remotion/node_modules/@remotion/cli/dist/hyperlinks/make-link.d.ts
generated
vendored
Normal file
5
remotion/node_modules/@remotion/cli/dist/hyperlinks/make-link.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export declare const makeHyperlink: ({ text, url, fallback, }: {
|
||||
text: string | ((clickInstruction: string) => string);
|
||||
url: string;
|
||||
fallback: string;
|
||||
}) => string;
|
||||
Reference in New Issue
Block a user