UNPKG

@deltares/fews-web-oc-charts

Version:
9 lines (8 loc) 260 B
export declare const AxisPosition: { readonly Top: "top"; readonly Bottom: "bottom"; readonly Left: "left"; readonly Right: "right"; readonly AtZero: "atzero"; }; export type AxisPosition = (typeof AxisPosition)[keyof typeof AxisPosition];