ember-container-query
Version:
Make container queries that harness the power of Ember
7 lines • 491 B
TypeScript
export { default as ContainerQuery } from './components/container-query';
export { default as aspectRatio } from './helpers/aspect-ratio.ts';
export { default as height } from './helpers/height.ts';
export { default as width } from './helpers/width.ts';
export type { Dimensions, Features, IndexSignatureParameter, Metadata, QueryResults, } from './modifiers/container-query.ts';
export { default as containerQuery } from './modifiers/container-query.ts';
//# sourceMappingURL=index.d.ts.map