UNPKG

@apptane/react-ui-charts

Version:
3 lines (2 loc) 238 B
import { ChartLinearAxisProps } from "./ChartLinearAxis.types.js"; export declare function ChartLinearAxis({ scale, format, tickValues, ...other }: ChartLinearAxisProps): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;