Svelte - How to use export function component in story #17855
Unanswered
Rodrigoing
asked this question in
Help
Replies: 1 comment
-
@Rodrigoing have you figured it out? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm exporting a function in my svelte component
<script> export function blabla(Apto) { doSomething...... } </script>how can I trigger that function from my story?
Beta Was this translation helpful? Give feedback.
All reactions