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)
- (props): ReactNode
Returns ReactNode
Optional
onDismiss?: (() => void)
programId: string
widgetId: string