UNPKG

apisearch-ui

Version:

Javascript User Interface of Apisearch.

11 lines (10 loc) 181 B
/** * TemplateProps */ export interface TemplateProps { template: any; data?: any; id?: string; className?: string; dictionary?: { [key: string]: string; }; }