UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

5 lines (4 loc) 209 B
import { ComponentType } from 'react'; import { BaseSliderProps } from './Threshold.types'; export declare const Container: ComponentType<any>; export declare const BaseSlider: ComponentType<BaseSliderProps>;