UNPKG

@seges/angular-language-picker

Version:

For the time being the project scaffold expects TypeScript files.

5 lines (4 loc) 202 B
export interface IKendoDropDownOptions<TDataSource> extends kendo.ui.DropDownListOptions { template?: (dataItem: TDataSource) => string; valueTemplate?: (dataItem: TDataSource) => string; }