Type alias StackProps

StackProps: {
    direction?: "vertical" | "horizontal";
    noStretch?: boolean;
    spacing: string | number;
} & CoreViewProps

Type declaration

  • Optional direction?: "vertical" | "horizontal"
  • Optional noStretch?: boolean
  • spacing: string | number

Generated using TypeDoc