初始化 antd-pro
This commit is contained in:
9
admin-web/src/components/CountDown/index.d.ts
vendored
Normal file
9
admin-web/src/components/CountDown/index.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as React from 'react';
|
||||
export interface ICountDownProps {
|
||||
format?: (time: number) => void;
|
||||
target: Date | number;
|
||||
onEnd?: () => void;
|
||||
style?: React.CSSProperties;
|
||||
}
|
||||
|
||||
export default class CountDown extends React.Component<ICountDownProps, any> {}
|
||||
Reference in New Issue
Block a user