Merge pull request #71 from doZennn/patch-1

fix(Item): add highlightOnFocus prop
This commit is contained in:
Beebles
2023-03-07 16:48:10 -07:00
committed by GitHub

View File

@@ -8,4 +8,5 @@ export interface ItemProps {
bottomSeparator?: 'standard' | 'thick' | 'none';
indentLevel?: number;
tooltip?: string;
highlightOnFocus?: boolean;
}