Browse Source

fix tslint

pull/2486/head
afc163 8 years ago
parent
commit
f3f952e40f
  1. 4
      components/popconfirm/index.tsx

4
components/popconfirm/index.tsx

@ -40,8 +40,6 @@ export interface PopconfirmContext {
}
export default class Popconfirm extends React.Component<PopconfirmProps, any> {
context: PopconfirmContext;
static defaultProps = {
transitionName: 'zoom-big',
placement: 'top',
@ -56,6 +54,8 @@ export default class Popconfirm extends React.Component<PopconfirmProps, any> {
antLocale: React.PropTypes.object,
};
context: PopconfirmContext;
constructor(props) {
super(props);
this.state = {

Loading…
Cancel
Save