UNPKG

196 BTypeScriptView Raw
1import type { FunctionalComponent } from 'vue';
2export interface ItemProps {
3 setRef: (element: HTMLElement) => void;
4}
5declare const Item: FunctionalComponent<ItemProps>;
6export default Item;