Files
chenyuqiua 20af6159c6 feat(components): [container] add validation for the direction prop (#16734)
* feat(components): add validation for the Container component properties

- I found that the orientation attribute of the Container component was not validated.

- So I added enumeration value validation to the component

* chore: remove useless function isDirectionType

* chore: use buildProps

---------

Co-authored-by: qiang <qw13131wang@gmail.com>
2025-08-29 15:06:14 +08:00
..