feat: add autofocus when open search box

This commit is contained in:
madeval
2022-10-17 22:35:49 -03:00
parent b42afebd9d
commit 422af78d44
3 changed files with 44 additions and 8 deletions
+4
View File
@@ -42,3 +42,7 @@ export interface ErrorProps {
title: string;
description: string;
}
export interface SearchProps {
availableFocus?: boolean;
}