Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "length/Corners"

Index

Type aliases

LengthCornersConvert

LengthCornersConvert: function

Converts a length value into the border radius style mixin

param

the corner mixin that should be returned

param

the value of the corner border radius

returns

a ViewStyle with the correct border radius style set

see

ILengthCornersOptions

Type declaration

LengthCornersCorner

LengthCornersCorner: "all" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight"

The corner that should be processed into a style mixin, used in the LengthCornersConvert function

Functions

convert