UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

4 lines (3 loc) 257 B
import type { SliderAllProps, SliderContextValue } from './types'; export declare const SliderContext: import("react").Context<SliderContextValue>; export declare function SliderProvider(localProps: SliderAllProps): import("react/jsx-runtime").JSX.Element;