UNPKG

@syncfusion/ej2-buttons

Version:

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

10 lines (9 loc) 230 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';