taggedjs
Version:
tagged template reactive html
5 lines (4 loc) • 488 B
TypeScript
import { HowToSet } from './howToSetInputValue.function.js';
import { AnySupport } from '../../tag/index.js';
import { ContextItem } from '../../tag/ContextItem.type.js';
export declare function updateNameOnlyAttrValue(values: unknown[], attrValue: string | boolean | Record<string, any>, lastValue: string | Record<string, any> | undefined, element: Element, ownerSupport: AnySupport, howToSet: HowToSet, contexts: ContextItem[], parentContext: ContextItem, context: ContextItem): void;