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 _TrackY: () => Atom.Host<any>; /** Scrollbar track Y type. */ type TrackYElement = ComponentTypes<typeof _TrackY>; export { type TrackYElement }; //# sourceMappingURL=y.d.ts.map