@ngx-dummy/select-simple
Version:
A simple select component to use in Angular / Ionic projects .. (WIP) and sample app using it
5 lines • 313 B
TypeScript
export { SelectItemComponent } from './lib/select-item.component';
export * from './lib/select-simple.module';
export { SelectComponent } from './lib/select.component';
export { BasicStylesSet, IOption, IOptionClickEvent, ISelectItem, ITemplates } from './lib/settings/models';
//# sourceMappingURL=index.d.ts.map