UNPKG

@react-av/editor

Version:

Editor Timeline Components built on React AV.

5 lines (4 loc) 145 B
export declare function VideoRatio({ fallback, onAspectRatio }: { fallback: number; onAspectRatio: (ratio: number) => unknown; }): null;