UNPKG

@ibyar/directives

Version:

Ibyar directives had the built-in directives for aurora project

12 lines 289 B
/** * attribute directives */ export * from './attribute/style.js'; export * from './attribute/class.js'; /** * structural directives */ export * from './structural/for.js'; export * from './structural/if.js'; export * from './structural/switch.js'; //# sourceMappingURL=index.d.ts.map