igniteui-react-grids
Version:
Ignite UI React grid components.
20 lines (19 loc) • 831 B
TypeScript
import { Base, Type } from "igniteui-react-core";
import { INativeUIElementFactory } from "igniteui-react-core";
import { NativeUIElementFactoryFlavor } from "igniteui-react-core";
import { NativeUIComponentBuiltInType } from "igniteui-react-core";
/**
* @hidden
*/
export declare class NativeUIGridFactory extends Base implements INativeUIElementFactory {
static $t: Type;
private static a;
static get instance(): NativeUIGridFactory;
static register(): void;
private c;
get flavor(): NativeUIElementFactoryFlavor;
createComponent(a: any, b: NativeUIComponentBuiltInType, c: (arg1: any) => void): void;
createComponentSync(a: any, b: NativeUIComponentBuiltInType, c: (arg1: any) => void): void;
supportsComponent(a: NativeUIComponentBuiltInType): boolean;
private d;
}