igniteui-react-core
Version:
Ignite UI React Core.
28 lines (27 loc) • 773 B
TypeScript
import { NativeUIComponent } from "./NativeUIComponent";
import { NativeUIComponentBuiltInType } from "./NativeUIComponentBuiltInType";
import { Type } from "./type";
import { BrushCollection } from "./BrushCollection";
/**
* @hidden
*/
export declare class NativeUIIcon extends NativeUIComponent {
static $t: Type;
protected get_e(): NativeUIComponentBuiltInType;
get br(): string;
set br(a: string);
get bs(): string;
set bs(a: string);
get bo(): number;
set bo(a: number);
get bp(): number;
set bp(a: number);
get bq(): number;
set bq(a: number);
get bn(): number;
set bn(a: number);
get bl(): BrushCollection;
set bl(a: BrushCollection);
get bm(): BrushCollection;
set bm(a: BrushCollection);
}