Type alias LLCoreWidgetChildrenProps

LLCoreWidgetChildrenProps: {
    onDismiss?: (() => void);
    widget: IWidgetPayload;
}

Type declaration

  • Optional onDismiss?: (() => void)
      • (): void
      • Returns void

  • widget: IWidgetPayload

Generated using TypeDoc