UNPKG

@muban/muban

Version:

Writing components for server-rendered HTML

3 lines (2 loc) 187 B
import type { BindingMap, BindingValue } from '../bindings.types'; export declare function cssBinding(target: HTMLElement, value: BindingValue<string> | BindingMap<boolean>): () => void;