Searched defs:onChange (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/__mocks__/@blueprintjs/ |
| D | core.js | 31 export const Switch = ({ checked, onChange, ...props }) => ( property 54 export const RadioGroup = ({ label, name, selectedValue, onChange, children, inline, ...props }) =>… property 68 export const Radio = ({ label, value, checked, onChange, ...props }) => ( property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/__mocks__/@monaco-editor/ |
| D | react.js | 32 const Editor = ({ defaultLanguage, defaultValue, theme, onChange, value, ...props }) => ( property
|