UNPKG

taggedjs

Version:

tagged template reactive html

6 lines (5 loc) 349 B
import { Wrapper } from '../getTemplaterResult.function.js'; import { AnySupport } from '../AnySupport.type.js'; import { ContextItem } from '../ContextItem.type.js'; export declare function oneRenderToSupport(wrapper: Wrapper, subject: ContextItem, ownerSupport: AnySupport): AnySupport; export type UnknownFunction = (...n: unknown[]) => unknown;