UNPKG

igniteui-react-core

Version:
10 lines (9 loc) 177 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class FaultCode extends Base { static $t: Type; constructor(a: string); a: string; }