Gaëtan Maisse fcdc0baedd refactor: improve typings of theming lib
Exported `styled` was implicitly of type `CreateStyled<any>`, now it is typed using SB Theme.
This stronger typing reveals a missing `bar` property in background default object.
2019-03-11 19:33:33 +01:00
..
2019-03-11 22:29:26 +08:00

Storybook Theming

Storybook Theming is a wrapper library for emotion. It ensures a single version of emotion is used everywhere.

It also includes some ready to use themes: light (normal) and dark.