UNPKG
indicate
Version:
latest (6.3.0)
6.3.0
6.2.0
6.1.0
6.0.1
6.0.0
5.0.0
4.0.1
4.0.0
3.1.1
3.1.0
3.0.0
2.4.0
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.0
1.1.0
1.0.5
1.0.3
1.0.2
1.0.0
Scroll indicator for elements with scrollable overflow.
tobua.github.io/indicate
tobua/indicate
indicate
/
dist
/
observer.d.ts
3 lines
(2 loc)
•
96 B
TypeScript
View Raw
1
2
3
import
{
Instance
}
from
'./types'
;
export
declare
const
observe
:
(
instance
:
Instance
) =>
void
;