UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

4 lines (3 loc) 196 B
/// <reference types="react" /> import { IGraphic } from './IGraphic'; export default function Graphic({ variant, width, height, margin, data, dataKey, linearGradientId }: IGraphic): JSX.Element;