UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

4 lines (3 loc) 189 B
import type { IOrientType } from '../../../typings'; export declare const isVertical: (orient: IOrientType) => boolean; export declare const isHorizontal: (orient: IOrientType) => boolean;