mirror of
https://github.com/SteamDeckHomebrew/decky-frontend-lib.git
synced 2026-05-19 01:20:20 +02:00
fix(Item): add highlightOnFocus prop
This commit is contained in:
committed by
GitHub
parent
a656f4e57f
commit
c53f87b4a9
@@ -8,4 +8,5 @@ export interface ItemProps {
|
||||
bottomSeparator?: 'standard' | 'thick' | 'none';
|
||||
indentLevel?: number;
|
||||
tooltip?: string;
|
||||
highlightOnFocus?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user