UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

4 lines (3 loc) 175 B
/// <reference types="react" /> import { ICustomizedAxisTickY } from './ITickY'; export default function TickY({ group, positionY, tick }: ICustomizedAxisTickY): JSX.Element;