UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 174 B
import React from 'react'; export declare const CopyButton: React.FC<{ readonly textToCopy: string; readonly label: string; readonly labelWhenCopied: string; }>;