UNPKG

@roots/bud-api

Version:

bud.js core module

4 lines (3 loc) 202 B
import type { Bud } from '@roots/bud-framework'; import type { Signifier, Value } from './types.js'; export declare function handleSignifierValuePair(bud: Bud, signifier: Signifier, value: Value): Bud;