igniteui-react-core
Version:
Ignite UI React Core.
23 lines (22 loc) • 443 B
TypeScript
import { Type } from "./type";
/**
* @hidden
*/
export declare const enum LabelCollisionPlacementPositions {
Top = 0,
Left = 1,
Right = 2,
Bottom = 3,
TopLeft = 4,
TopRight = 5,
BottomLeft = 6,
BottomRight = 7,
SliceCenter = 8,
SliceInnerEnd = 9,
SliceOuterEnd = 10,
SliceBestFit = 11
}
/**
* @hidden
*/
export declare let LabelCollisionPlacementPositions_$type: Type;