From 5a8408bbda8fd4b8cb0a46d4be886d3c861d210b Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Thu, 30 Dec 2021 15:58:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AF=BC=E5=87=BA=E6=9B=B4=E5=A4=9A?= =?UTF-8?q?=E7=9A=84=E5=85=B1=E4=BA=AB=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/plugin/component/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/plugin/component/index.tsx b/web/src/plugin/component/index.tsx index 45028a43..cf97f677 100644 --- a/web/src/plugin/component/index.tsx +++ b/web/src/plugin/component/index.tsx @@ -1,6 +1,6 @@ -import Button from 'antd/lib/button'; -import TextArea from 'antd/lib/input/TextArea'; +import { Input } from 'antd'; -export { Button, TextArea }; +export { Button, Checkbox, Input } from 'antd'; +export const TextArea = Input.TextArea; export { Image } from '@/components/Image'; export { Icon } from '@iconify/react';