SpaceProps: {
    align?: "start" | "end" | "center" | "baseline";
    block?: boolean;
    children?: ReactNode;
    direction?: "horizontal" | "vertical";
    justify?: "start" | "end" | "center" | "between" | "around" | "evenly" | "stretch";
    onClick?: ((event) => void);
    wrap?: boolean;
} & NativeProps<"--gap" | "--gap-vertical" | "--gap-horizontal">

Type declaration

  • Optional align?: "start" | "end" | "center" | "baseline"
  • Optional block?: boolean
  • Optional children?: ReactNode
  • Optional direction?: "horizontal" | "vertical"
  • Optional justify?: "start" | "end" | "center" | "between" | "around" | "evenly" | "stretch"
  • Optional onClick?: ((event) => void)
  • Optional wrap?: boolean

Generated using TypeDoc