@lookwe/lui
Version:
Lookwe UI web components
14 lines (11 loc) • 458 B
JavaScript
import { createComponent } from '@lit/react';
import * as React from 'react';
import { LuiOutlinedButton as LuiOutlinedButton$1 } from '../components/button/lui-outlined-button.js';
const LuiOutlinedButton = createComponent({
tagName: 'lui-outlined-button',
elementClass: LuiOutlinedButton$1,
react: React,
events: {},
displayName: 'LuiOutlinedButton',
});
export { LuiOutlinedButton, LuiOutlinedButton$1 as LuiOutlinedButtonElement };