UNPKG

@scrolia/vanilla

Version:

A headless scrollbar component

7 lines 302 B
import { ComponentTypes } from "../../@types/component.js"; import * as Atom from "atomico"; declare const _Container: () => Atom.Host<any>; /** Scrollbar container type. */ type ContainerElement = ComponentTypes<typeof _Container>; export { type ContainerElement }; //# sourceMappingURL=index.d.ts.map