UNPKG

fybdp-d3-kg

Version:

Knowledge Graph using React and D3.js

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