explorer-app/types/components.ts

6 lines
82 B
TypeScript
Raw Permalink Normal View History

2023-12-19 18:43:42 +01:00
export interface InputOption {
label: string
value: string
count?: number
}