UNPKG

mframejs

Version:
5 lines (4 loc) 282 B
import { IBindingContext } from '../../interface/exported'; export declare const traverseAST: (ast: any, ctx: IBindingContext) => any; export declare const valueConvert: (ast: any, ctx: IBindingContext, value: any) => any; export declare const getBehavior: (ast: any) => any[];