UNPKG

ember-container-query

Version:

Make container queries that harness the power of Ember

8 lines 221 B
import type { Metadata } from '../modifiers/container-query.ts'; type Named = { max?: number; min?: number; }; export default function width(named?: Named): Metadata; export {}; //# sourceMappingURL=width.d.ts.map