0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-02 12:28:54 -05:00

Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Alejandro Alonso 2024-09-25 11:35:41 +02:00
commit f786a00e89

View file

@ -111,6 +111,7 @@
[:class {:optional true} :string] [:class {:optional true} :string]
[:on-change-tab {:optional true} fn?] [:on-change-tab {:optional true} fn?]
[:default-selected {:optional true} :string] [:default-selected {:optional true} :string]
[:selected {:optional true} :string]
[:action-button {:optional true} some?] [:action-button {:optional true} some?]
[:action-button-position {:optional true} [:action-button-position {:optional true}
[:enum "start" "end"]]]) [:enum "start" "end"]]])