@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
18 lines (17 loc) • 468 B
TypeScript
import { ScrollAreaProps } from "./ScrollArea.types.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
//#region src/components/LegacyScrollArea/ScrollArea.d.ts
declare const LegacyScrollArea: {
({
children,
orientation,
scrollHideDelay,
type,
viewport,
...props
}: ScrollAreaProps): _$react_jsx_runtime0.JSX.Element;
displayName: string;
};
//#endregion
export { LegacyScrollArea };
//# sourceMappingURL=ScrollArea.d.ts.map