Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/__mocks__/@blueprintjs/
Dcore.js31 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/
Dreact.js32 const Editor = ({ defaultLanguage, defaultValue, theme, onChange, value, ...props }) => ( property