UNPKG

@github/template-parts

Version:

An implementation of the TemplateInstance proposal (https://github.com/w3c/webcomponents/blob/159b1600bab02fe9cd794825440a98537d53b389/proposals/Template-Instantiation.md)

8 lines 583 B
export { TemplateInstance } from './template-instance.js'; export { parse } from './template-string-parser.js'; export { AttributeTemplatePart, AttributeValueSetter } from './attribute-template-part.js'; export { InnerTemplatePart } from './inner-template-part.js'; export { NodeTemplatePart } from './node-template-part.js'; export { createProcessor, processPropertyIdentity, processBooleanAttribute, propertyIdentity, propertyIdentityOrBooleanAttribute, } from './processors.js'; export type { TemplatePart, TemplateTypeInit } from './types.js'; //# sourceMappingURL=index.d.ts.map