UNPKG

@grandlinex/react-components

Version:
12 lines (11 loc) 292 B
import React from 'react'; declare function UsageMap(props: { value: (number | { val: number; color: string; })[]; label: string | React.ReactNode; colors?: [string, string, string]; width?: string | number; }): React.JSX.Element; export default UsageMap;