UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 138 B
export type THelpLink = { url: string; title: string; }; export declare const getHelpLink: (message: string) => THelpLink | null;