76e3858f6bd6d8d2a556280fafd084bab8eeb6fec3de6da2e1e5c2bd39f9989da82b96b111c04564832fca671ec67dcad0305819dbca1b043e0dbfc0b64258 228 B

12345678
  1. import type { TransferPropsAlias } from '../transfer';
  2. export declare const usePropsAlias: (props: {
  3. props: TransferPropsAlias;
  4. }) => import("vue").ComputedRef<{
  5. label: string;
  6. key: string;
  7. disabled: string;
  8. }>;