UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 316 B
import type React from 'react'; import type { _InternalTypes } from 'remotion'; export declare const useSelectAsset: () => (asset: string) => void; export declare const useSelectComposition: () => (c: _InternalTypes["AnyComposition"], push: boolean) => void; export declare const InitialCompositionLoader: React.FC;