AutoStack: MemoExoticComponent< ( __namedParameters: { children?: any; force_direction?: DirectionValues; simple?: boolean; } & StackOwnProps & CommonProps & Omit< DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, (keyof CommonProps)
| (keyof StackOwnProps)
, > & { component?: ElementType<any, (keyof IntrinsicElements)
> }, ) => Element,> = ...
这个组件用于创建一个根据当前方向自动堆叠的对象。子元素会自动转向。