6 行
212 B
Plaintext
6 行
212 B
Plaintext
export interface RefreshController {
|
|
toTop: (smooth?: boolean) => void
|
|
toBottom: (smooth?: boolean) => void
|
|
toIndex: (value: number, smooth?: boolean, align?: ScrollAlign) => void
|
|
isAtEnd: () => boolean
|
|
} |