5 行
138 B
Plaintext
5 行
138 B
Plaintext
|
|
export interface RefreshController {
|
||
|
|
toTop: (smooth?: boolean) => void
|
||
|
|
toBottom: (smooth?: boolean) => void
|
||
|
|
isAtEnd: () => boolean
|
||
|
|
}
|