mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
feat: add autofocus when open search box
This commit is contained in:
@@ -42,3 +42,7 @@ export interface ErrorProps {
|
||||
title: string;
|
||||
description: string;
|
||||
}
|
||||
|
||||
export interface SearchProps {
|
||||
availableFocus?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user