()
| 142 | |
| 143 | /** @category Theme */ |
| 144 | export function getDataEditorTheme(): Theme { |
| 145 | return dataEditorBaseTheme; |
| 146 | } |
| 147 | |
| 148 | /** @category Theme */ |
| 149 | export const ThemeContext = React.createContext<Theme>(dataEditorBaseTheme); |
no outgoing calls
no test coverage detected
searching dependent graphs…