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