UNPKG

taggedjs

Version:

tagged template reactive html

9 lines (8 loc) 408 B
import { Subscription } from '../subject/subject.utils.js'; import { AnySupport } from './Support.class.js'; import { Context } from './Context.types.js'; export declare function getChildTagsToDestroy(childTags: Context): void; export declare function getChildTagsToSoftDestroy(childTags: Context, tags?: AnySupport[], subs?: Subscription<any>[]): { subs: Subscription<any>[]; tags: AnySupport[]; };