import { createComponentState } from '@/ui/utilities/state/component-state/utils/createComponentState'; import { ViewComponentInstanceContext } from '@/views/states/contexts/ViewComponentInstanceContext'; export const isViewBarExpandedComponentState = createComponentState({ key: 'isViewBarExpandedComponentState', defaultValue: true, componentInstanceContext: ViewComponentInstanceContext, });