@wizco/fenixds-ngx
Version:
Componentes fenix design system para Angular.
27 lines • 1.38 kB
TypeScript
export * from './lib/step/step.component';
export * from './lib/stepper/stepper.component';
export * from './lib/stepper-group/stepper-group.component';
export * from './lib/upload/upload.component';
export * from './lib/upload/upload.types';
export * from './lib/msg-box-feedback/msg-box-feedback.component';
export * from './lib/msg-box-feedback/msg-box-feeback.types';
export * from './lib/tabs/tabs.component';
export * from './lib/tabs/tabs.types';
export * from './lib/pagination/pagination.component';
export * from './lib/user-avatar/user-avatar.component';
export * from './lib/smart-select/smart-select.component';
export * from './lib/smart-select/smart-select-options.component';
export * from './lib/timeline/timeline.component';
export * from './lib/preview-file/preview-file.component';
export * from './lib/preview-file/preview-file.types';
export * from './lib/modal-alert/modal-alert.component';
export * from './lib/modal-alert/modal-alert.types';
export * from './lib/table/table.component';
export * from './lib/table/table.types';
export * from './lib/toast/toast.component';
export * from './lib/toast/toast.service';
export * from './lib/toast/toast.types';
export * from './lib/sub-tabs/sub-tabs.component';
export * from './lib/datepicker/datepicker.component';
export * from './lib/datepicker/datepicker.types';
//# sourceMappingURL=public-api.d.ts.map