@lookwe/lui
Version:
Lookwe UI web components
6 lines (5 loc) • 415 B
TypeScript
import * as React from 'react';
import { LuiOutlinedButton as Component } from '../components/button/lui-outlined-button.js';
export { LuiOutlinedButton as LuiOutlinedButtonElement } from '../components/button/lui-outlined-button.js';
export declare const LuiOutlinedButton: import("@lit/react").ReactWebComponent<Component, {}>;
export type LuiOutlinedButtonProps = React.ComponentProps<typeof LuiOutlinedButton>;