Files
Stackq/node_modules/bits-ui/dist/bits/scroll-area/components/scroll-area-scrollbar-auto.svelte.d.ts
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

5 lines
267 B
TypeScript

import type { _ScrollbarStubProps } from "../types.js";
declare const ScrollAreaScrollbarAuto: import("svelte").Component<_ScrollbarStubProps, {}, "">;
type ScrollAreaScrollbarAuto = ReturnType<typeof ScrollAreaScrollbarAuto>;
export default ScrollAreaScrollbarAuto;