igniteui-react-core
Version:
Ignite UI React Core.
22 lines (21 loc) • 475 B
TypeScript
import { Base, Type } from "./type";
/**
* @hidden
*/
export declare class DescriptionJsonValidator extends Base {
static $t: Type;
private i;
private h;
private e;
private g;
constructor();
getContainingModules(a: string): string[];
validate(a: string): string;
private l;
private f;
private a;
private b;
private m;
static fromJson(a: string): DescriptionJsonValidator;
toJson(): string;
}