UNPKG

@scrolia/vanilla

Version:

A headless scrollbar component

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