UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

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;