mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 16:41:08 +08:00
docs: import from theming module to support esm
This commit is contained in:
parent
65fe593cd1
commit
f3e77d166b
@ -1,7 +1,7 @@
|
||||
```ts
|
||||
// .storybook/YourTheme.js
|
||||
|
||||
import { create } from '@storybook/theming/create';
|
||||
import { create } from '@storybook/theming';
|
||||
|
||||
export default create({
|
||||
base: 'light',
|
||||
|
@ -1,7 +1,7 @@
|
||||
```js
|
||||
// .storybook/YourTheme.js
|
||||
|
||||
import { create } from '@storybook/theming/create';
|
||||
import { create } from '@storybook/theming';
|
||||
|
||||
export default create({
|
||||
base: 'light',
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { create } from '@storybook/theming/create';
|
||||
import { create } from '@storybook/theming';
|
||||
import { addons } from '@storybook/addons';
|
||||
|
||||
addons.setConfig({
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { create } from '@storybook/theming/create';
|
||||
import { create } from '@storybook/theming';
|
||||
import { addons } from '@storybook/addons';
|
||||
|
||||
addons.setConfig({
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { addons } from '@storybook/addons';
|
||||
import { create } from '@storybook/theming/create';
|
||||
import { create } from '@storybook/theming';
|
||||
|
||||
const theme = create({
|
||||
base: 'light',
|
||||
|
Loading…
x
Reference in New Issue
Block a user