mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 17:58:24 +02:00
✨ Add the ability to export helpers for storybook
Also add a note for how pass complex objects on swatch component
This commit is contained in:
parent
97946fc847
commit
55cbc98e55
4 changed files with 65 additions and 40 deletions
|
@ -126,8 +126,10 @@
|
|||
:modules
|
||||
{:base
|
||||
{:entries []}
|
||||
|
||||
:components
|
||||
{:exports {default app.main.ui.ds/default}
|
||||
{:exports {default app.main.ui.ds/default
|
||||
helpers app.main.ui.ds.helpers/default}
|
||||
:depends-on #{:base}}}
|
||||
|
||||
:compiler-options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue