useDestroyed.d.ts 91 B

12
  1. declare const useDestroyed: () => import("vue").Ref<boolean>;
  2. export default useDestroyed;