Type alias LLWidgetsProps
Type declaration
Optional ErrorComponent?: ComponentType<unknown>
Optional LoadingComponent?: ComponentType<unknown>
Optional WidgetComponent?: typeof LLWidget
Optional WidgetSeparatorComponent?: ComponentType<unknown> | typeof LLWidgetSeparator
Optional WidgetSeparatorComponentStyles?: LLWidgetSeparatorProps["styles"]
Optional onLoadMore?: (() => void)
programId: string