Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Padding"

Index

Classes

Interfaces

Functions

Functions

paddingConvert

  • paddingConvert(side: Side, value: number): IAll | ITop | ILeft | IRight | IBottom
  • Performs the conversion of a side into a padding style

    Parameters

    • side: Side

      the side to convert

    • value: number

      the size of the padding

    Returns IAll | ITop | ILeft | IRight | IBottom

    the corresponding padding ViewStyle