mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
refactor(projects): 代码优化
This commit is contained in:
2
src/typings/expose.d.ts
vendored
2
src/typings/expose.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
/** vue 的defineExpose导出的类型 */
|
||||
declare namespace Expose {
|
||||
interface BetterScroll {
|
||||
instance: import('@better-scroll/core');
|
||||
instance: import('@better-scroll/core').BScrollInstance;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user