UNPKG

@formant/ava-react

Version:

React components of AVA.

3 lines (2 loc) 274 B
import type { TypeOrMetaReturnType } from '../types'; export declare function functionalize<T>(val: TypeOrMetaReturnType<T>, defaultVal: T | undefined): (value: string, metadata: import("@formant/ava").EntityMetaData, themeStyles: import("../types").ThemeStylesProps) => T;