mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
9 lines
139 B
TypeScript
9 lines
139 B
TypeScript
|
|
|
|
|
|
const pricingDrawerVisible = ref<boolean>(false);
|
|
|
|
|
|
export function usePricingDrawer() {
|
|
return { visible: pricingDrawerVisible };
|
|
} |