UNPKG

apisearch-ui

Version:

Javascript User Interface of Apisearch.

10 lines (9 loc) 154 B
/** * ItemProps */ export interface ItemProps { data: any; className: string; template: any; dictionary?: { [key: string]: string; }; }