@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
17 lines (16 loc) • 619 B
text/typescript
export * from './chat.spec';
export * from './chat-message';
export * from './chat-message-group';
export * from './chat-files-wrapper';
export * from './chat-message-reference';
export * from './chat-bubble';
export * from './chat-timestamp';
export * from './chat-header';
export * from './chat-send-button';
export * from './chat-file';
export * from './templates/chat-normal';
export * from './templates/chat-textarea-file';
export * from './templates/chat-message-toolbar';
export * from './templates/chat-message-skeleton';
export * from './templates/chat-stop-response';
export * from './templates/chat-upload';