UNPKG

hongluan-ui

Version:
9 lines (8 loc) 228 B
import type { TransferPropsAlias } from '../transfer'; export declare const usePropsAlias: (props: { props: TransferPropsAlias; }) => import("vue").ComputedRef<{ label: string; key: string; disabled: string; }>;