ether-admin/node_modules/ant-design-vue/es/vc-picker/hooks/useMergeProps.d.ts

3 lines
115 B
TypeScript

import type { HTMLAttributes } from 'vue';
export default function useMergeProps<T>(props: T): T & HTMLAttributes;