Home
last modified time | relevance | path

Searched refs:onChange (Results 1 – 2 of 2) sorted by relevance

/MusicFree/src/lib/react-native-vdebug/
H A Dindex.js279 onChange(text) { method in VDebug
337 onChangeText={this.onChange.bind(this)}
/MusicFree/src/pages/setting/settingTypes/
H A DbasicSetting.tsx54 onChange?: (value: string | number) => void,
67 onChange?.(val);