UNPKG

element-plus

Version:

A Component Library for Vue 3

7 lines (6 loc) 202 B
import type { TransferProps } from '../transfer'; export declare const usePropsAlias: (props: TransferProps) => import("vue").ComputedRef<{ label: string; key: string; disabled: string; }>;