mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 06:21:23 +08:00
7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
```js
|
|
// /my-addon/register.js
|
|
|
|
addons.register('my-organisation/my-addon', (api) => {
|
|
api.selectInCurrentKind('Basic');
|
|
});
|
|
``` |