版博士V2.0程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

7 satır
198 B

  1. import type { Ref } from 'vue';
  2. declare type ModalInstance = {
  3. handleClose: () => void;
  4. };
  5. export declare const useModal: (instance: ModalInstance, visibleRef: Ref<boolean>) => void;
  6. export {};