UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 261 B
import React from 'react'; export declare const CaretRight: () => import("react/jsx-runtime").JSX.Element; export declare const CaretDown: () => import("react/jsx-runtime").JSX.Element; export declare const AngleDown: React.FC<{ readonly down: boolean; }>;