UNPKG

@grandlinex/react-components

Version:
9 lines (8 loc) 228 B
import React from 'react'; declare function Usage(props: { value: number; label: string | React.ReactNode; colors?: [string, string, string]; width?: string | number; }): React.JSX.Element; export default Usage;