UNPKG

@scrolia/react

Version:

A headless scrollbar component

11 lines (10 loc) 329 B
import { Options } from "../../@types/options.js"; import * as React from "react"; import { Format } from "ts-vista"; /** Props for the `Provider` component. */ type ProviderProps = Format<Options & { children?: React.ReactNode; }>; /** Provider component. */ export { type ProviderProps }; //# sourceMappingURL=index.d.ts.map