mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +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;
|
|
}
|
|
}
|