UNPKG
@matechat/core
Version:
alpha (1.11.0-alpha.2)
latest (1.11.1)
1.11.1
1.11.0
1.11.0-alpha.2
1.11.0-alpha.1
1.11.0-alpha.0
1.10.0
1.10.0-alpha.1
1.10.0-alpha.0
1.9.0
1.9.0-alpha.0
1.8.0
1.8.0-alpha.0
1.7.0
1.7.0-alpha.2
1.7.0-alpha.1
1.7.0-alpha.0
1.6.0
1.6.0-alpha.1
1.6.0-alpha.0
1.5.3
1.5.2
1.5.1
1.5.0
1.5.0-alpha.3
1.5.0-alpha.2
1.5.0-alpha.1
1.4.0
1.4.0-alpha.5
1.4.0-alpha.4
1.4.0-alpha.3
1.4.0-alpha.2
1.4.0-alpha.1
1.3.1
1.3.0
1.3.0-alpha.0
1.2.0
1.2.0-alpha.0
1.1.0
1.1.0-alpha.1
1.1.0-alpha.0
1.0.0
0.0.2-alpha.1
0.0.1-alpha.2
0.0.1-alpha.1
0.0.1-alpha
前端智能化场景解决方案UI库,轻松构建你的AI应用。
matechat.gitcode.com
@matechat/core
/
Input
/
components
/
util.d.ts
4 lines
(3 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
export
declare
function
insertText
(
text
:
string
):
void
;
export
declare
const
handlePaste
:
(
e
:
any
) =>
void
;
export
declare
const
moveCursorToTextEnd
:
(
inputWarp
:
HTMLElement
) =>
void
;