@augment-vir/web
Version:
A collection of augments, helpers types, functions, and classes only for web (frontend) JavaScript environments.
16 lines (15 loc) • 793 B
JavaScript
export * from './augments/animation-frame.js';
export * from './augments/elements/element-children.js';
export * from './augments/elements/element-focus.js';
export * from './augments/elements/element-parent.js';
export * from './augments/elements/element-position.js';
export * from './augments/elements/element-text.js';
export * from './augments/elements/element-visibility.js';
export * from './augments/elements/event-target.js';
export * from './augments/elements/overflow.js';
export * from './augments/elements/query-through-shadow.js';
export * from './augments/elements/tag-or-definition.js';
export * from './augments/elements/text-dimensions.js';
export * from './augments/elements/walk-active-element.js';
export * from './augments/image.js';
export * from './augments/video.js';