Type alias LLCoreWidgetProps

LLCoreWidgetProps: ComponentStyleProp<LLCoreWidgetStyles> & {
    ErrorComponent?: ComponentType<unknown>;
    LoadingComponent?: ComponentType<unknown>;
    children?: ((props) => ReactNode);
    onDismiss?: (() => void);
    programId: string;
    widgetId: string;
    widgetKind: WidgetKind;
}

Type declaration

  • Optional ErrorComponent?: ComponentType<unknown>
  • Optional LoadingComponent?: ComponentType<unknown>
  • Optional children?: ((props) => ReactNode)
  • Optional onDismiss?: (() => void)
      • (): void
      • Returns void

  • programId: string
  • widgetId: string
  • widgetKind: WidgetKind

Generated using TypeDoc