初始化 antd-pro
This commit is contained in:
10
admin-web/src/components/Trend/index.d.ts
vendored
Normal file
10
admin-web/src/components/Trend/index.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as React from 'react';
|
||||
|
||||
export interface ITrendProps {
|
||||
colorful?: boolean;
|
||||
flag: 'up' | 'down';
|
||||
style?: React.CSSProperties;
|
||||
reverseColor?: boolean;
|
||||
}
|
||||
|
||||
export default class Trend extends React.Component<ITrendProps, any> {}
|
||||
Reference in New Issue
Block a user