mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
7 lines
163 B
TypeScript
7 lines
163 B
TypeScript
/** vue 的defineExpose导出的类型 */
|
|
declare namespace Expose {
|
|
interface BetterScroll {
|
|
instance: import('@better-scroll/core').BScrollInstance;
|
|
}
|
|
}
|