taggedjs
Version:
tagged template reactive html
6 lines (5 loc) • 357 B
TypeScript
import { TemplaterResult } from '../tag/getTemplaterResult.function.js';
import { TagWrapper } from '../tag/tag.utils.js';
import { AnySupport } from '../tag/index.js';
import { Props } from '../Props.js';
export declare function executeWrap(templater: TemplaterResult, result: TagWrapper<unknown>, useSupport: AnySupport, castedProps?: Props): AnySupport;