UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

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