UNPKG

@scrolia/react

Version:

A headless scrollbar component

6 lines 222 B
import * as React from "react"; /** Props for the `Container` component. */ type ContainerProps = React.ComponentProps<"div">; /** Container component. */ export { type ContainerProps }; //# sourceMappingURL=index.d.ts.map