UNPKG
@scrolia/vanilla
Version:
dev (0.6.0-dev.4)
latest (0.6.0)
0.6.0
0.6.0-dev.4
0.6.0-dev.3
0.6.0-dev.2
0.6.0-dev.1
0.6.0-dev.0
0.5.0
0.4.0
0.4.0-dev-03f417gex0
0.4.0-dev-03f3vpfj2r
0.4.0-dev-03f3hkk2h6
0.4.0-dev-03f3drn1a8
0.4.0-dev-03f353t6yd
0.4.0-dev-03f33x8rh1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
A headless scrollbar component
github.com/scrolia/vanilla
scrolia/vanilla
@scrolia/vanilla
/
dist
/
components
/
thumb
/
x.d.ts
7 lines
•
284 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ComponentTypes
}
from
"../../@types/component.js"
;
import
*
as
Atom
from
"atomico"
;
declare
const
_ThumbX
:
() =>
Atom
.
Host
<
any
>;
/** Scrollbar thumb X type. */
type
ThumbXElement
=
ComponentTypes
<
typeof
_ThumbX>;
export
{
type
ThumbXElement
};
//# sourceMappingURL=x.d.ts.map