Variable structuredRenderListItemShapeConst
structuredRenderListItemShape: Shape<
{
content: Shape<
TOptional<
TUnion<
(
| TUndefined
| TNull
| TUnion<(TObject<(...)> | TObject<(...)> | TObject<(...)>)[]>
)[],
>,
>,
>;
icon: Shape<
TOptional<
TUnion<
(
| TUndefined
| TNull
| TObject<
{
fillColor: TOptional<TUnion<(...)>>;
iconKey: TString;
strokeColor: TOptional<TUnion<(...)>>;
strokeWidth: TOptional<TUnion<(...)>>;
type: TUnsafe<"icon">;
},
>
)[],
>,
>,
>;
sources: Shape<
TOptional<
TUnion<(TUndefined | TNull | TArray<TOptional<TUnion<(...)[]>>>)[]>,
>,
>;
},
> = ...
Shape definition for StructuredRenderListItem.