igniteui-react-core
Version:
Ignite UI React Core.
16 lines (15 loc) • 336 B
TypeScript
import { Base, Type } from "./type";
import { Rect } from "./Rect";
import { ISmartPlaceable } from "./ISmartPlaceable";
/**
* @hidden
*/
export declare class SmartPlacer extends Base {
static $t: Type;
constructor();
e: Rect;
c: number;
b: number;
d(a: ISmartPlaceable): void;
private a;
}