4 lines
78 B
TypeScript
4 lines
78 B
TypeScript
interface TypingElem {
|
|
msgTips:string; // 提示
|
|
}
|
|
export default TypingElem; |