UNPKG

@googleforcreators/media

Version:

Functionality for creating and working with media resources in the Web Stories editor.

7 lines 277 B
/** * Internal dependencies */ import type { Dimensions } from './types'; declare function aspectRatiosApproximatelyMatch(obj1: Dimensions, obj2: Dimensions): boolean; export default aspectRatiosApproximatelyMatch; //# sourceMappingURL=aspectRatiosApproximatelyMatch.d.ts.map