UNPKG

vue3-chat-yzx

Version:

vue3-chat-yzx

12 lines (11 loc) 522 B
import { App } from 'vue'; import { default as Welcome } from './components/Welcome'; import { WelcomeProps, WelcomeStyles } from './components/Welcome/types'; import { default as Thinking } from './components/Thinking'; import { ThinkingProps, ThinkingEmits, ThinkingStatus } from './components/Thinking/types'; declare const _default: { install: (app: App) => void; }; export default _default; export { Welcome, Thinking }; export type { WelcomeProps, WelcomeStyles, ThinkingProps, ThinkingEmits, ThinkingStatus, };