UiNodeDiv
type UiNodeDiv = UiNode & {
attributes: UiNodeDivisionAttributes
type: "div"
}
Type declaration
| Name | Type |
|---|---|
attributes | UiNodeDivisionAttributes |
type | "div" |
type UiNodeDiv = UiNode & {
attributes: UiNodeDivisionAttributes
type: "div"
}
| Name | Type |
|---|---|
attributes | UiNodeDivisionAttributes |
type | "div" |