UNPKG

@syncfusion/ej2-buttons

Version:

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

13 lines (12 loc) 358 B
/** * Button all modules */ export * from './common/index'; export * from './button/index'; export * from './check-box/index'; export * from './radio-button/index'; export * from './switch/index'; export * from './chips/index'; export * from './floating-action-button/index'; export * from './speed-dial/index'; export * from './smart-paste-button/index';