UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

4 lines (3 loc) 144 B
import React from 'react'; import type { ButtonProps } from './Button'; export declare const ModalButton: React.FC<Omit<ButtonProps, 'style'>>;