UNPKG

@scrolia/vanilla

Version:

A headless scrollbar component

7 lines 284 B
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