UNPKG

@deltares/fews-web-oc-charts

Version:
6 lines (5 loc) 207 B
export declare const LabelOrientation: { readonly Vertical: "vertical"; readonly Horizontal: "horizontal"; }; export type LabelOrientation = (typeof LabelOrientation)[keyof typeof LabelOrientation];