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