You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/web/src/plugin/component/index.tsx

7 lines
199 B
TypeScript

import Button from 'antd/lib/button';
import TextArea from 'antd/lib/input/TextArea';
export { Button, TextArea };
export { Image } from '@/components/Image';
export { Icon } from '@iconify/react';