UNPKG

@remotion/cli

Version:

Control Remotion features using the `npx remotion` command

6 lines (5 loc) 177 B
export declare const makeHyperlink: ({ text, url, fallback, }: { text: string | ((clickInstruction: string) => string); url: string; fallback: string; }) => string;