igniteui-react-core
Version:
Ignite UI React Core.
27 lines (26 loc) • 693 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class StyleShapeEventArgsDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private l;
get itemRef(): string;
set itemRef(a: string);
private m;
get shapeFill(): string;
set shapeFill(a: string);
private n;
get shapeStroke(): string;
set shapeStroke(a: string);
private i;
get shapeStrokeThickness(): number;
set shapeStrokeThickness(a: number);
private h;
get shapeOpacity(): number;
set shapeOpacity(a: number);
}