@lookwe/lui
Version:
Lookwe UI web components
11 lines (10 loc) • 324 B
TypeScript
import { CSSResultOrNative } from 'lit';
import { OutlinedButton } from './internal/outlined-button.js';
declare global {
interface HTMLElementTagNameMap {
'lui-outlined-button': LuiOutlinedButton;
}
}
export declare class LuiOutlinedButton extends OutlinedButton {
static styles: CSSResultOrNative[];
}