(value: boolean)
| 112 | } |
| 113 | |
| 114 | /** |
| 115 | * Whether the secondary strip is folded behind the header. Lives on the |
| 116 | * persisted store so a reload keeps the height the user folded away. |
| 117 | */ |
| 118 | export const createCollapsed = () => { |
| 119 | const { state, setState } = createDevtoolsState() |
no test coverage detected