初始化 antd-pro
This commit is contained in:
10
admin-web/src/components/Charts/WaterWave/index.d.ts
vendored
Normal file
10
admin-web/src/components/Charts/WaterWave/index.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as React from 'react';
|
||||
export interface IWaterWaveProps {
|
||||
title: React.ReactNode;
|
||||
color?: string;
|
||||
height: number;
|
||||
percent: number;
|
||||
style?: React.CSSProperties;
|
||||
}
|
||||
|
||||
export default class WaterWave extends React.Component<IWaterWaveProps, any> {}
|
||||
Reference in New Issue
Block a user