UNPKG

igniteui-react-core

Version:
16 lines (15 loc) 214 B
import { Type } from "./type"; /** */ export declare enum Formatting { /** */ None = 0, /** */ Indented = 1 } /** * @hidden */ export declare let Formatting_$type: Type;