UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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;