Files
story-studio/remotion/node_modules/@remotion/web-renderer/dist/drawing/clamp-rect-to-parent-bounds.d.ts
2026-02-21 10:33:18 +01:00

9 lines
279 B
TypeScript

export declare const getNarrowerRect: ({ firstRect, secondRect, }: {
firstRect: DOMRect;
secondRect: DOMRect;
}) => DOMRect;
export declare const getWiderRectAndExpand: ({ firstRect, secondRect, }: {
firstRect: DOMRect | null;
secondRect: DOMRect;
}) => DOMRect;