UNPKG

@cainthus/alex-library

Version:

Component React library for Cainthus - Alex Dashboard.

11 lines (10 loc) 179 B
declare type Location = { search: string; }; export declare type Props = { location: Location; search: string; label: string; selected: boolean; }; export {};