import { useStore } from '@/stores/hooks'; export function useStatus(elementName) { const { $calculation } = useStore(); return $calculation.$status.getStatus(elementName); }