@ibyar/elements
Version:
Ibyar elements, hold info about HTMLElements class, attributes and tag name
11 lines • 445 B
TypeScript
export * from './attributes/tags.js';
export * from './attributes/common.js';
export * from './attributes/attributes.js';
export * from './attributes/shadow.js';
export * from './attributes/form.js';
export * from './ast/dom.js';
export * from './node/html-parser.js';
export * from './directives/register-directive.js';
export * from './template/template-parser.js';
export * from './accessibility/index.js';
//# sourceMappingURL=index.d.ts.map