igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
19 lines (18 loc) • 348 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
}
/**
* @hidden
*/
export declare let LabelCollisionPlacementPositions_$type: Type;