UNPKG

@aveonline/ui-react

Version:

Home base for Aveonline design system - ecosystem react

8 lines (7 loc) 133 B
export interface ITinyBar<T> { data: T[]; width: number; height: number; dataKey: string; isLoading?: boolean; }