UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

9 lines (8 loc) 253 B
import React from 'react'; export declare const CaretRight: ({ size }: { readonly size?: number; }) => import("react/jsx-runtime").JSX.Element; export declare const CaretDown: React.FC<{ readonly invert: boolean; readonly size?: number; }>;