MCPcopy Create free account
hub / github.com/callstack/react-native-slider / SliderRef

Interface SliderRef

package/typings/index.d.ts:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19export interface SliderRef {
20 updateValue(value: number): void;
21}
22
23export type TrackMarksProps = {
24 isTrue: boolean;

Callers

nothing calls this directly

Implementers 1

ReactSliderpackage/android/src/main/java/com/reac

Calls

no outgoing calls

Tested by

no test coverage detected