ether-admin/node_modules/ant-design-vue/lib/vc-virtual-list/Item.d.ts

7 lines
196 B
TypeScript

import type { FunctionalComponent } from 'vue';
export interface ItemProps {
setRef: (element: HTMLElement) => void;
}
declare const Item: FunctionalComponent<ItemProps>;
export default Item;