CallioText API Reference - v0.0.22
文档首页 / Docs Home
Preparing search index...
SimpleAutoStack
Function SimpleAutoStack
SimpleAutoStack
(
force_direction
:
{
children
?:
any
;
force_direction
?:
DirectionValues
}
&
StackOwnProps
&
CommonProps
&
Omit
<
DetailedHTMLProps
<
HTMLAttributes
<
HTMLDivElement
>
,
HTMLDivElement
>
,
(keyof CommonProps)
|
(keyof StackOwnProps)
,
>
&
{
component
?:
ElementType
<
any
,
(keyof IntrinsicElements)
>
}
,
)
:
Element
这个组件用于创建一个根据当前方向自动堆叠的对象。子元素不会自动转向。 相当于
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
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
文档首页 / Docs Home
CallioText API Reference - v0.0.22
Loading...
这个组件用于创建一个根据当前方向自动堆叠的对象。子元素不会自动转向。 相当于