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

9 lines
369 B
TypeScript

import type { ScrollAreaThumbProps } from "../types.js";
type $$ComponentProps = Omit<ScrollAreaThumbProps, "forceMount" | "id"> & {
id: string;
present: boolean;
};
declare const ScrollAreaThumbImpl: import("svelte").Component<$$ComponentProps, {}, "ref">;
type ScrollAreaThumbImpl = ReturnType<typeof ScrollAreaThumbImpl>;
export default ScrollAreaThumbImpl;