@chatui/core
Version:
The React library for Chatbot UI
39 lines (38 loc) • 730 B
TypeScript
declare const _default: {
BackBottom: {
newMsgOne: string;
newMsgOther: string;
bottom: string;
};
Time: {
weekdays: string[];
formats: {
LT: string;
lll: string;
WT: string;
YT: string;
};
};
Composer: {
send: string;
};
SendConfirm: {
title: string;
send: string;
cancel: string;
};
RateActions: {
up: string;
down: string;
};
Recorder: {
hold2talk: string;
release2send: string;
releaseOrSwipe: string;
release2cancel: string;
};
Search: {
search: string;
};
};
export default _default;