Refactored tag list in their own component
This commit is contained in:
8
src/types/Search.ts
Normal file
8
src/types/Search.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { MapMarkerGroup } from "./Leaflet";
|
||||
|
||||
/**
|
||||
* Available advanced search modes for the filter functions
|
||||
*
|
||||
* Currently only groups MapMarkerGroup and string "query"
|
||||
*/
|
||||
export type SearchMode = "query" | MapMarkerGroup
|
||||
Reference in New Issue
Block a user