版博士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
139 B

  1. import type { Ref } from 'vue';
  2. export declare const useFocus: (el: Ref<{
  3. focus: () => void;
  4. } | null>) => {
  5. focus: () => void;
  6. };