UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 218 B
import { Type } from "./type"; /** * @hidden */ export interface ODataLiteralEmitter { emitLiteral(a: any, b: boolean): string; } /** * @hidden */ export declare let ODataLiteralEmitter_$type: Type;