lion/packages/button/lion-button-submit.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
126 B
JavaScript

import { LionButtonSubmit } from './src/LionButtonSubmit.js';
customElements.define('lion-button-submit', LionButtonSubmit);