UNPKG
@ray-js/smart-ui-typings
Version:
beta (1.0.0-beta.0)
latest (1.0.0-beta.0)
1.0.0-beta.0
@ray-js/smart-ui 智能小程序 UI 框架的类型声明文件
@ray-js/smart-ui-typings
/
dist
/
toast
/
index.d.ts
3 lines
(2 loc)
•
80 B
TypeScript
View Raw
1
2
3
import
{
VantComponent
}
from
'../base'
;
export
type
VantToast
=
VantComponent
;