UNPKG

@metadev/lux

Version:

Lux: Library with User Interface components for Angular.

8 lines (7 loc) 179 B
export declare enum Placement { Top = "top", Bottom = "bottom", Left = "left", Right = "right" } export type PlacementValue = 'left' | 'right' | 'top' | 'bottom';