ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
6 lines (5 loc) • 355 B
TypeScript
export { InputItemModule } from './input-item.module';
export { InputItemComponent } from './input-item.component';
export { CustomInputService } from './custom-input/custom-input.service';
export { CustomInputComponent } from './custom-input/custom-input.component';
export { CustomKeyboardComponent } from './custom-keyboard/custom-keyboard.component';