CallioText API Reference - v0.0.22
    Preparing search index...

    Variable AutoStackConst

    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,
    > = ...

    这个组件用于创建一个根据当前方向自动堆叠的对象。子元素会自动转向。

    强制设置一个当前方向。

    子元素。由 React 自动提供。

    是否为一个小堆叠,如果为 true ,则子组件不会转向。