UNPKG

@scrolia/react

Version:

A headless scrollbar component

6 lines 214 B
import * as React from "react"; /** Props for the `ThumbY` component. */ type ThumbYProps = React.ComponentProps<"div">; /** Vertical thumb component. */ export { type ThumbYProps }; //# sourceMappingURL=y.d.ts.map