@lookwe/lui
Version:
Lookwe UI web components
12 lines (9 loc) • 394 B
JavaScript
import { OutlinedButton } from './internal/outlined-button.js';
import css_248z from './internal/outlined-button.styles.scss.js';
var _a, _b;
class LuiOutlinedButton extends (_b = OutlinedButton) {
}
_a = LuiOutlinedButton;
LuiOutlinedButton.styles = [...Reflect.get(_b, "styles", _a), css_248z];
customElements.define('lui-outlined-button', LuiOutlinedButton);
export { LuiOutlinedButton };