OmniboxResult: update props

This commit is contained in:
Liam Fitzgerald 2021-06-04 12:57:59 +10:00
parent 7ce67a2b46
commit 49f68e22d6
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -40,7 +40,9 @@ interface OmniboxResultProps {
setSelection: () => void;
subtext: string;
text: string;
shift?: string;
shiftLink?: string;
shiftDescription?: string;
description?: string;
}
interface OmniboxResultState {