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
/
index.d.ts
6 lines
•
165 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
App
}
from
'vue'
;
declare
function
install
(
app
:
App
):
void
declare
const
_default
: {
install
:
typeof
install; };
export
default
_default;