UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

8 lines (7 loc) 231 B
import React from 'react'; export declare const Checkbox: React.FC<{ readonly checked: boolean; readonly onChange: React.ChangeEventHandler<HTMLInputElement>; readonly name: string; readonly disabled?: boolean; }>;