UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

10 lines (9 loc) 300 B
import { ListContextValue } from '../List/List.types'; /** * Returns the intended tabIndex for the ListItemBase */ export declare const getListItemBaseTabIndex: ({ interactive, listContext, focus, }: { interactive: boolean; listContext?: ListContextValue; focus: boolean; }) => number;