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

Interface SliderPropsAndroid

package/typings/index.d.ts:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 | undefined;
11
12export interface SliderPropsAndroid extends ReactNative.ViewProps {
13 /**
14 * Color of the foreground switch grip.
15 */
16 thumbTintColor?: string;
17}
18
19export interface SliderRef {
20 updateValue(value: number): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected