`;
-exports[`renders ./components/input/demo/password-input.vue correctly 1`] = `
`;
+exports[`renders ./components/input/demo/password-input.vue correctly 1`] = `
`;
-exports[`renders ./components/input/demo/presuffix.vue correctly 1`] = `
`;
+exports[`renders ./components/input/demo/presuffix.vue correctly 1`] = `
`;
exports[`renders ./components/input/demo/search-input.vue correctly 1`] = `
-
+
-
+
-
+
-
+
`;
-exports[`renders ./components/input/demo/search-input-loading.vue correctly 1`] = `
`;
+exports[`renders ./components/input/demo/search-input-loading.vue correctly 1`] = `
`;
exports[`renders ./components/input/demo/show-count.vue correctly 1`] = `
-
10 / 20
+10 / 20
`;
-exports[`renders ./components/input/demo/size.vue correctly 1`] = ``;
+exports[`renders ./components/input/demo/size.vue correctly 1`] = ``;
exports[`renders ./components/input/demo/textarea.vue correctly 1`] = ``;
-exports[`renders ./components/input/demo/tooltip.vue correctly 1`] = ``;
+exports[`renders ./components/input/demo/tooltip.vue correctly 1`] = ``;
diff --git a/components/input/__tests__/__snapshots__/index.test.js.snap b/components/input/__tests__/__snapshots__/index.test.js.snap
index 1969d2dbe..ef2d75f54 100644
--- a/components/input/__tests__/__snapshots__/index.test.js.snap
+++ b/components/input/__tests__/__snapshots__/index.test.js.snap
@@ -1,8 +1,8 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Input should support maxlength 1`] = ``;
+exports[`Input should support maxlength 1`] = ``;
-exports[`Input.Search should support suffix 1`] = `suffix`;
+exports[`Input.Search should support suffix 1`] = `suffix`;
exports[`TextArea should support disabled 1`] = ``;
diff --git a/components/modal/index.tsx b/components/modal/index.tsx
index 3db97da9f..05f20e328 100644
--- a/components/modal/index.tsx
+++ b/components/modal/index.tsx
@@ -3,7 +3,7 @@ import type { ModalFunc, ModalFuncProps } from './Modal';
import Modal, { destroyFns } from './Modal';
import confirm, { withWarn, withInfo, withSuccess, withError, withConfirm } from './confirm';
-export type { ActionButtonProps } from './ActionButton';
+export type { ActionButtonProps } from '../_util/ActionButton';
export type { ModalProps, ModalFuncProps } from './Modal';
function modalWarn(props: ModalFuncProps) {