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

6 lines
167 B
TypeScript

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