UNPKG

@alicloud/cloud-charts

Version:

![](https://img.shields.io/npm/v/@alicloud/cloud-charts?color=%23ff8200)

6 lines (5 loc) 179 B
import React from 'react'; import { IProps } from './interface'; export declare type WcapacityProps = IProps; declare const Wcapacity: React.FC<IProps>; export default Wcapacity;