Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "DialogFooter/styles"

Index

Variables

Variables

Const styles

styles: object = StyleSheet.create({container: {},border: {borderColor: '#CCD0D5',borderTopWidth: 1 / PixelRatio.get(),},actionsVertical: {flexDirection: 'column',height: 200,},actionsHorizontal: {flexDirection: 'row',},})

Type declaration

  • container: object
  • actionsHorizontal: object
    • flexDirection: "row"
  • actionsVertical: object
    • flexDirection: "column"
    • height: number
  • border: object
    • borderColor: string
    • borderTopWidth: number

Generated using TypeDoc