Files
smartchat/ts_web/index.ts
T

4 lines
171 B
TypeScript
Raw Permalink Normal View History

export { SmartchatWindow } from './smartchat-window.js';
export { SmartchatMessage } from './smartchat-message.js';
export { SmartchatInput } from './smartchat-input.js';