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