taggedjs
Version:
tagged template reactive html
6 lines (5 loc) • 433 B
TypeScript
import { Support } from '../tag/Support.class.js';
import { Context } from '../tag/Tag.class.js';
import { InterpolateOptions } from './interpolateElement.js';
import { InterpolateComponentResult } from './interpolateTemplate.js';
export declare function interpolateContentTemplates(context: Context, support: Support, options: InterpolateOptions, children: HTMLCollection, fragment: DocumentFragment): InterpolateComponentResult[];