Type Alias ImageButtonImageConfig

ImageButtonImageConfig: { height?: number; src: string; width?: number }

Type declaration

  • Optionalheight?: number

    Image height

  • src: string

    Image source

  • Optionalwidth?: number

    Image width