Type alias LLWidgetsProps

LLWidgetsProps: ComponentStyleProp<LLWidgetsStyles> & {
    ErrorComponent?: ComponentType<unknown>;
    LoadMoreComponent?: typeof LLWidgetsLoadMoreButton;
    LoadMoreComponentStyles?: LLWidgetsLoadMoreButtonProps["styles"];
    LoadingComponent?: ComponentType<unknown>;
    WidgetComponent?: typeof LLWidget;
    WidgetSeparatorComponent?: ComponentType<unknown> | typeof LLWidgetSeparator;
    WidgetSeparatorComponentStyles?: LLWidgetSeparatorProps["styles"];
    mode: WidgetMode;
    onLoadMore?: (() => void);
    programId: string;
}

Type declaration

Generated using TypeDoc