init commit
This commit is contained in:
8
remotion/node_modules/@remotion/web-renderer/dist/drawing/clamp-rect-to-parent-bounds.d.ts
generated
vendored
Normal file
8
remotion/node_modules/@remotion/web-renderer/dist/drawing/clamp-rect-to-parent-bounds.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export declare const getNarrowerRect: ({ firstRect, secondRect, }: {
|
||||
firstRect: DOMRect;
|
||||
secondRect: DOMRect;
|
||||
}) => DOMRect;
|
||||
export declare const getWiderRectAndExpand: ({ firstRect, secondRect, }: {
|
||||
firstRect: DOMRect | null;
|
||||
secondRect: DOMRect;
|
||||
}) => DOMRect;
|
||||
Reference in New Issue
Block a user