UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

5 lines (4 loc) 185 B
export declare const pushUrl: (url: string) => void; export declare const clearUrl: () => void; export declare const reloadUrl: () => void; export declare const getRoute: () => string;