Searched refs:INewTag (Results 1 – 2 of 2) sorted by relevance
15 import DOM, { INewTag, IUpdateTag } from './DOMFuncs';20 export type TResultMissingEval = INewTag | void;
24 export interface INewTag extends ITag { interface29 export type IUpdateTag = Partial<Omit<INewTag, 'tagName'>>;32 static addEntry(containerElement: Element, tagOptions: INewTag) {239 { attrs, tagName }: Pick<INewTag, 'attrs' | 'tagName'>