const pricingDrawerVisible = ref(false); export function usePricingDrawer() { return { visible: pricingDrawerVisible }; }