Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "border/radius/Edges"

Index

Classes

Interfaces

Functions

Functions

convert

  • convert(edge: Edge, value: number): IAll | ITop | ILeft | IRight | IBottom | ITopLeft | ITopRight | IBottomLeft | IBottomRight
  • Converts a length value into the border radius style mixin

    Parameters

    • edge: Edge

      the edge mixin that should be returned

    • value: number

      the value of the edge border radius

    Returns IAll | ITop | ILeft | IRight | IBottom | ITopLeft | ITopRight | IBottomLeft | IBottomRight

    a ViewStyle with the correct border radius style set