Home > @uniformdev/mesh-sdk-react > ItemListProps
ItemListProps type
Signature:
type ItemListProps<TListItemExtraProps = unknown> = {
items?: Array<SelectedItemProps<TListItemExtraProps>>;
};
References: SelectedItemProps
Home > @uniformdev/mesh-sdk-react > ItemListProps
Signature:
type ItemListProps<TListItemExtraProps = unknown> = {
items?: Array<SelectedItemProps<TListItemExtraProps>>;
};
References: SelectedItemProps