Skip to content

Commit

Permalink
feat: 移除 PopConfirm 导出 (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
honkinglin authored Apr 13, 2022
1 parent b7bea93 commit ca6e4b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions src/popconfirm/PopConfirm-old.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions src/popconfirm/index.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
import _Popconfirm from './Popconfirm';

// 后续移除错误命名
import _PopConfirmOld from './PopConfirm-old';

import './style/index.js';

export type { PopconfirmProps } from './Popconfirm';
export * from './type';

export const Popconfirm = _Popconfirm;
export default Popconfirm;

// 后续移除错误命名
export const PopConfirm = _PopConfirmOld;

0 comments on commit ca6e4b6

Please sign in to comment.