UNPKG

ember-container-query

Version:

Make container queries that harness the power of Ember

14 lines (13 loc) 401 B
import type { Metadata } from '../modifiers/container-query.ts'; interface AspectRatioHelperSignature { Args: { Named: { max?: number; min?: number; }; Positional: []; }; Return: Metadata; } declare const AspectRatioHelper: import("@ember/component/helper").FunctionBasedHelper<AspectRatioHelperSignature>; export default AspectRatioHelper;