UNPKG

@syncfusion/ej2-angular-buttons

Version:

A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular

28 lines (27 loc) 1.87 kB
export { ButtonComponent } from './button/button.component'; export { ButtonModule } from './button/button.module'; export { ButtonAllModule } from './button/button-all.module'; export { CheckBoxComponent } from './check-box/checkbox.component'; export { CheckBoxModule } from './check-box/checkbox.module'; export { CheckBoxAllModule } from './check-box/checkbox-all.module'; export { RadioButtonComponent } from './radio-button/radiobutton.component'; export { RadioButtonModule } from './radio-button/radiobutton.module'; export { RadioButtonAllModule } from './radio-button/radiobutton-all.module'; export { SwitchComponent } from './switch/switch.component'; export { SwitchModule } from './switch/switch.module'; export { SwitchAllModule } from './switch/switch-all.module'; export { ChipDirective, ChipsDirective } from './chips/chips.directive'; export { ChipListComponent } from './chips/chiplist.component'; export { ChipListModule } from './chips/chiplist.module'; export { ChipListAllModule } from './chips/chiplist-all.module'; export { FabComponent } from './floating-action-button/fab.component'; export { FabModule } from './floating-action-button/fab.module'; export { FabAllModule } from './floating-action-button/fab-all.module'; export { SpeedDialItemDirective, SpeedDialItemsDirective } from './speed-dial/items.directive'; export { SpeedDialComponent } from './speed-dial/speeddial.component'; export { SpeedDialModule } from './speed-dial/speeddial.module'; export { SpeedDialAllModule } from './speed-dial/speeddial-all.module'; export { SmartPasteButtonComponent } from './smart-paste-button/smartpastebutton.component'; export { SmartPasteButtonModule } from './smart-paste-button/smartpastebutton.module'; export { SmartPasteButtonAllModule } from './smart-paste-button/smartpastebutton-all.module'; export * from '@syncfusion/ej2-buttons';