Type alias DividerProps

DividerProps: {
    content?: ReactElement;
    contentPosition?: string | number;
    direction?: "horizontal" | "vertical";
} & CoreViewProps

Type declaration

  • Optional content?: ReactElement
  • Optional contentPosition?: string | number
  • Optional direction?: "horizontal" | "vertical"

Generated using TypeDoc