UNPKG

@react-awesome-query-builder/sql

Version:
8 lines (7 loc) 319 B
import { Config, ImmutableTree } from "@react-awesome-query-builder/core"; import { Option as SqlParseOption } from "node-sql-parser"; export declare const loadFromSql: (sqlStr: string, config: Config, options?: SqlParseOption) => { tree: ImmutableTree | undefined; errors: string[]; warnings: string[]; };