Files
story-studio/remotion/node_modules/@remotion/cli/dist/hyperlinks/make-link.d.ts
2026-02-21 10:33:18 +01:00

6 lines
177 B
TypeScript

export declare const makeHyperlink: ({ text, url, fallback, }: {
text: string | ((clickInstruction: string) => string);
url: string;
fallback: string;
}) => string;