@muban/muban
Version:
Writing components for server-rendered HTML
4 lines (3 loc) • 342 B
TypeScript
import type { BindingValue } from '../bindings.types';
export declare function visibleBinding(target: HTMLElement, valueAccessor: BindingValue<boolean>): import("@vue/runtime-core").WatchStopHandle;
export declare function hiddenBinding(target: HTMLElement, valueAccessor: BindingValue<boolean>): import("@vue/runtime-core").WatchStopHandle;