Type alias UIButtonLabel

UIButtonLabel: {
    icon?: string;
    text?: string;
}

UIButtonLabel defines the label for a UIButton. It can have text and an icon.

Type declaration

  • Optional icon?: string
  • Optional text?: string

Generated using TypeDoc