MCPcopy
hub / github.com/react-component/slider / SliderRef

Interface SliderRef

src/Slider.tsx:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119export interface SliderRef {
120 focus: () => void;
121 blur: () => void;
122}
123
124const Slider = React.forwardRef<SliderRef, SliderProps<number | number[]>>((props, ref) => {
125 const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected