UNPKG

@remotion/gif

Version:

Embed GIFs in a Remotion video

7 lines (6 loc) 226 B
export type Size = { width: number; height: number; }; export declare const updateAllElementsSizes: () => void; export declare const useElementSize: (ref: import("react").RefObject<HTMLElement | null>) => Size | null;