Home
last modified time | relevance | path

Searched defs:theme (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/selectors/
DappState.ts19 export const theme = (state: RootState): Theme => state.appState.theme; constant
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/__mocks__/@monaco-editor/
Dreact.js32 const Editor = ({ defaultLanguage, defaultValue, theme, onChange, value, ...props }) => ( property
33 <div data-testid="editor" {...props} data-language={defaultLanguage} data-theme={theme}> field
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/slices/
DappState.test.ts31 const previousState = { ...initialState, theme: 'light' as Theme }; constant
DappState.ts20 theme: Theme; property