UNPKG

ember-container-query

Version:

Make container queries that harness the power of Ember

8 lines (7 loc) 192 B
import type { Metadata } from '../modifiers/container-query.ts'; type Named = { max?: number; min?: number; }; export default function aspectRatio(named?: Named): Metadata; export {};