UNPKG

@syncfusion/ej2-buttons

Version:

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

12 lines (11 loc) 314 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';