UNPKG
@react-av/editor
Version:
latest (0.0.2)
0.0.2
0.0.1
Editor Timeline Components built on React AV.
github.com/Wykerd/react-av
Wykerd/react-av
@react-av/editor
/
dist
/
cjs
/
VideoRatio.d.ts
5 lines
(4 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
VideoRatio
(
{ fallback, onAspectRatio }: { fallback:
number
; onAspectRatio: (ratio:
number
) =>
unknown
; }
):
null
;