BadgeProps: {
    bordered?: boolean;
    children?: ReactNode;
    color?: string;
    content?: ReactNode | typeof dot;
    wrapperClassName?: string;
    wrapperStyle?: CSSProperties;
} & NativeProps<"--right" | "--top" | "--color">

Type declaration

  • Optional bordered?: boolean
  • Optional children?: ReactNode
  • Optional color?: string
  • Optional content?: ReactNode | typeof dot
  • Optional wrapperClassName?: string
  • Optional wrapperStyle?: CSSProperties

Generated using TypeDoc