@luzmo/react-embed
Version:
This is a React library for embedding [Luzmo](https://luzmo.com) dashboards in your React application.
7 lines (6 loc) • 1.04 kB
TypeScript
import { LuzmoIQEmbedAnswerComponent } from '@luzmo/embed';
import * as React from 'react';
declare const BaseLuzmoIQAnswerComponent: import("@lit/react").ReactWebComponent<LuzmoIQEmbedAnswerComponent, {}>;
export type LuzmoIQAnswerProps = React.ComponentProps<typeof BaseLuzmoIQAnswerComponent>;
export declare const LuzmoIQAnswerComponent: React.ForwardRefExoticComponent<Omit<Omit<React.HTMLAttributes<LuzmoIQEmbedAnswerComponent>, "options" | "authKey" | "authToken" | "libVersion" | "updateComplete" | "appServer" | "apiHost" | "renderRoot" | "isUpdatePending" | "hasUpdated" | "addController" | "removeController" | "connectedCallback" | "disconnectedCallback" | "attributeChangedCallback" | "requestUpdate" | "updated" | "renderOptions" | "version" | "remoteEntryServer" | "messages" | "aiEndPoint" | "chartElement"> & {} & Partial<Omit<LuzmoIQEmbedAnswerComponent, keyof HTMLElement>> & React.RefAttributes<LuzmoIQEmbedAnswerComponent>, "ref"> & React.RefAttributes<LuzmoIQEmbedAnswerComponent>>;
export default LuzmoIQAnswerComponent;