UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

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