@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
5 lines (4 loc) • 299 B
TypeScript
import { UseScrollAreaReturn } from './use-scroll-area';
export interface UseScrollAreaContext extends UseScrollAreaReturn {
}
export declare const ScrollAreaProvider: (opts: UseScrollAreaContext) => void, useScrollAreaContext: (fallback?: UseScrollAreaContext | undefined) => UseScrollAreaContext;