UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 157 B
export declare const TimelineLayerEye: React.FC<{ onInvoked: (type: 'enable' | 'disable') => void; hidden: boolean; type: 'eye' | 'speaker'; }>;