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

    Function SimpleAutoStack

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

      Parameters

      • force_direction: { children?: any; force_direction?: DirectionValues } & StackOwnProps & CommonProps & Omit<
            DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
            (keyof CommonProps) | (keyof StackOwnProps),
        > & { component?: ElementType<any, (keyof IntrinsicElements)> }

        强制设置一个当前方向。

      Returns Element