UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

14 lines (11 loc) 245 B
import { ReactElement } from 'react'; export interface Props { /** * Child components of this AriaToolbarItem. */ children: ReactElement; /** * The index of this item in the toolbar. Used for focus. */ itemIndex: number; }