UiNodeDiv
type UiNodeDiv = UiNode & {
attributes: UiNodeDivisionAttributes
type: "div"
}
Type declaration
| Name | Type |
|---|---|
attributes | UiNodeDivisionAttributes |
type | "div" |
Ask AI is now on the home page — ask a question and get a sourced answer from the Ory docs. You'll also find it in the bottom-right corner of any page.
type UiNodeDiv = UiNode & {
attributes: UiNodeDivisionAttributes
type: "div"
}
| Name | Type |
|---|---|
attributes | UiNodeDivisionAttributes |
type | "div" |