UNPKG

reaviz

Version:

Data Visualization using React

6 lines (5 loc) 185 B
import { LinearAxisProps } from './LinearAxis'; /** * Returns whether the axis has a visual element or not. */ export declare const isAxisVisible: (axis: LinearAxisProps) => boolean;