fix(Item): add highlightOnFocus prop

This commit is contained in:
Jozen Blue Martinez
2022-12-29 15:36:08 +08:00
committed by GitHub
parent a656f4e57f
commit c53f87b4a9

View File

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