UNPKG

@wulperstudio/cms

Version:
4 lines (3 loc) 199 B
import React from 'react'; import { ItemProps } from './types'; export declare const Item: React.MemoExoticComponent<React.ForwardRefExoticComponent<ItemProps & React.RefAttributes<HTMLLIElement>>>;