chore: migrate away from deprecated Storybook APIs
What does this MR do?
This migrates addParameters
's argument to the parameters
export and addDecorator
's argument to the decorators
export. The function are being deprecated so this makes our configuration a bit more future-proof.
Edited by Paul Gascou-Vaillancourt