DashboardListItemStatProps: {
    icon?: ReactNode;
    text?: ReactNode;
    tooltip?: ReactNode;
}

Type declaration

  • Optional icon?: ReactNode
  • Optional text?: ReactNode
  • Optional tooltip?: ReactNode

Generated using TypeDoc