(settingsState: SettingsState)
| 43 | } |
| 44 | |
| 45 | export function createState(settingsState: SettingsState): State { |
| 46 | return {[SETTINGS_FEATURE_KEY]: settingsState}; |
| 47 | } |
| 48 | |
| 49 | export function buildColorPalette( |
| 50 | override: Partial<ColorPalette> = {} |
no outgoing calls
no test coverage detected
searching dependent graphs…