UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 210 B
import React from 'react'; export declare const SplitterElement: React.FC<{ readonly type: 'flexer' | 'anti-flexer'; readonly children: React.ReactNode; readonly sticky: React.ReactNode | null; }>;