UNPKG

@cainthus/alex-library

Version:

Component React library for Cainthus - Alex Dashboard.

10 lines (9 loc) 140 B
type Location = { search: string }; export type Props = { location: Location, search: string, label: string, selected: boolean };