lion/packages/button/index.js
Thijs Louisse 57b2fb9ff8 feat(button): split off separate buttons for reset & submit
Co-authored-by: Gerjan van Geest <Gerjan.van.Geest@ing.com>
2021-05-27 09:00:10 +02:00

3 lines
172 B
JavaScript

export { LionButton } from './src/LionButton.js';
export { LionButtonReset } from './src/LionButtonReset.js';
export { LionButtonSubmit } from './src/LionButtonSubmit.js';