UNPKG

igniteui-react-core

Version:
17 lines (16 loc) 330 B
import { Type } from "./type"; /** * @hidden */ export declare const enum Guid_ParseFailureKind { None = 0, ArgumentNull = 1, Format = 2, FormatWithParameter = 3, NativeException = 4, FormatWithInnerException = 5 } /** * @hidden */ export declare let Guid_ParseFailureKind_$type: Type;