UNPKG

@muban/muban

Version:

Writing components for server-rendered HTML

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