Type alias DashboardListItemSlots
DashboardListItemSlots: {
footerLeft?: ReactNode;
footerRight?: ReactNode;
headerRight?: ReactNode;
icon?: ReactNode;
}
Type declaration
-
Optional footerLeft?: ReactNode
-
Optional footerRight?: ReactNode
-
Optional headerRight?: ReactNode
-
Optional icon?: ReactNode