igniteui-react-grids
Version:
Ignite UI React grid components.
19 lines (18 loc) • 817 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 NativeUIComboFactory extends Base implements INativeUIElementFactory {
static $t: Type;
private static a;
static get instance(): NativeUIComboFactory;
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;
}