mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-26 06:40:17 +08:00
feat(projects): 重构项目的TS类型架构,去除interface文件夹
This commit is contained in:
6
src/typings/expose.d.ts
vendored
Normal file
6
src/typings/expose.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/** vue 的defineExpose导出的类型 */
|
||||
declare namespace Expose {
|
||||
interface BetterScroll {
|
||||
instance: import('@better-scroll/core');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user