Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "border/width/Sides"

Index

Classes

Interfaces

Functions

Functions

convert

  • convert(side: Side, value: number): IAll | ITop | ILeft | IRight | IBottom
  • Converts a length value into the border width style mixin

    Parameters

    • side: Side

      the side mixin that should be returned

    • value: number

      the value of the side border width

    Returns IAll | ITop | ILeft | IRight | IBottom

    a ViewStyle with the correct border width style set