UNPKG

@deltares/fews-web-oc-charts

Version:
8 lines (7 loc) 241 B
export declare const AxisOrientation: { readonly Top: "top"; readonly Bottom: "bottom"; readonly Left: "left"; readonly Right: "right"; }; export type AxisOrientation = (typeof AxisOrientation)[keyof typeof AxisOrientation];