UNPKG

141 BTypeScriptView Raw
1export declare enum PlacementTypes {
2 Top = "top",
3 Bottom = "bottom",
4 Left = "left",
5 Right = "right",
6 Center = "center"
7}