@tencentcloud/roomkit-web-vue3
Version:
<h1 align="center"> TUIRoomKit</h1> Conference (TUIRoomKit) is a product suitable for multi-person audio and video conversation scenarios such as business meetings, webinars, and online education. By integrating this product, you can add room management,
18 lines (16 loc) • 989 B
TypeScript
import { default as TuiDialog } from './Dialog';
import { default as TuiMessage } from './Message/index';
import { default as TuiMessageBox } from './MessageBox';
import { default as TuiNotification } from './Notification';
import { default as TuiBadge } from './Badge.vue';
import { default as TuiButton } from './Button.vue';
import { default as TuiDrawer } from './Drawer.vue';
import { default as IconButton } from './IconButton.vue';
import { default as TuiInput } from './Input';
import { default as TuiOption } from './Option';
import { default as TuiPopUpH5 } from './PopUpH5.vue';
import { default as TuiSelect } from './Select';
import { default as SvgIcon } from './SvgIcon.vue';
import { default as TuiSwitch } from './TuiSwitch.vue';
import { default as TuiCheckbox } from './Checkbox';
export { TuiDialog, TuiMessage, TuiMessageBox, TuiNotification, TuiBadge, TuiButton, TuiDrawer, IconButton, TuiInput, TuiOption, TuiPopUpH5, TuiSelect, SvgIcon, TuiSwitch, TuiCheckbox, };