mirror of
https://github.com/status-im/status-web.git
synced 2025-03-02 13:10:52 +00:00
fix(react): make config options optional
This commit is contained in:
parent
1d01e5959d
commit
f66fa8e231
@ -18,7 +18,7 @@ export interface Config {
|
|||||||
theme?: 'light' | 'dark' | CustomTheme
|
theme?: 'light' | 'dark' | CustomTheme
|
||||||
router?: typeof BrowserRouter | typeof MemoryRouter | typeof HashRouter
|
router?: typeof BrowserRouter | typeof MemoryRouter | typeof HashRouter
|
||||||
options?: {
|
options?: {
|
||||||
enableSidebar: boolean
|
enableSidebar?: boolean
|
||||||
enableMembers: boolean
|
enableMembers?: boolean
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user