mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-19 01:56:38 +08:00
6 lines
110 B
TypeScript
6 lines
110 B
TypeScript
import type BScroll from '@better-scroll/core';
|
|
|
|
export interface ExposeBetterScroll {
|
|
instance: BScroll;
|
|
}
|