UNPKG

@scrolia/react

Version:

A headless scrollbar component

6 lines 216 B
import * as React from "react"; /** Props for the `ThumbX` component. */ type ThumbXProps = React.ComponentProps<"div">; /** Horizontal thumb component. */ export { type ThumbXProps }; //# sourceMappingURL=x.d.ts.map