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