UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

8 lines (6 loc) 322 B
import { atom } from 'recoil'; import { CollapsibleSectionStateCache } from '../../cache/collapsibleSectionStateCache'; export const verticalNavExpandedAtom = atom({ key: 'verticalNavExpanded', default: !CollapsibleSectionStateCache.isSet('verticalNav') || CollapsibleSectionStateCache.isExpanded('verticalNav'), });