UNPKG

@muban/muban

Version:

Writing components for server-rendered HTML

3 lines (2 loc) 226 B
import type { BindingMap } from '../bindings.types'; export declare function attrBinding(target: HTMLElement, attributes: BindingMap<string | boolean | number | null | undefined>): import("@vue/runtime-core").WatchStopHandle;