Type Alias UFBorderRadius

UFBorderRadius: {
    bottomLeft: number;
    bottomRight: number;
    topLeft: number;
    topRight: number;
}

Defines the border radius for a rectangle for each corner.

Type declaration

  • bottomLeft: number
  • bottomRight: number
  • topLeft: number
  • topRight: number