UNPKG

taggedjs

Version:

tagged template reactive html

6 lines (5 loc) 367 B
import { TemplaterResult } from '../tag/getTemplaterResult.function.js'; import { TagWrapper } from '../tag/tag.utils.js'; import { AnySupport } from '../tag/AnySupport.type.js'; import { Props } from '../Props.js'; export declare function executeWrap(templater: TemplaterResult, result: TagWrapper<unknown>, useSupport: AnySupport, castedProps?: Props): AnySupport;