UNPKG

@muban/muban

Version:

Writing components for server-rendered HTML

3 lines (2 loc) 228 B
import type { BindingMap, StyleBindingProperty } from '../bindings.types'; export declare function styleBinding(target: HTMLElement, valueAccessor: BindingMap<StyleBindingProperty>): import("@vue/runtime-core").WatchStopHandle;