diff --git a/src/deck-components/Item.tsx b/src/deck-components/Item.tsx index a101d80..2861edc 100644 --- a/src/deck-components/Item.tsx +++ b/src/deck-components/Item.tsx @@ -8,4 +8,5 @@ export interface ItemProps { bottomSeparator?: 'standard' | 'thick' | 'none'; indentLevel?: number; tooltip?: string; + highlightOnFocus?: boolean; }