igniteui-react-core
Version:
Ignite UI React Core.
17 lines (16 loc) • 330 B
TypeScript
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;