UNPKG

@muban/muban

Version:

Writing components for server-rendered HTML

4 lines (3 loc) 285 B
import type { InternalComponentInstance } from '../Component.types'; import type { Binding } from './bindings.types'; export declare const applyBindings: (bindings: Array<Binding> | null | undefined, instance: InternalComponentInstance) => Array<(() => void) | undefined> | undefined;