UNPKG
storybook-addon-styled-component-theme
Version:
latest (2.0.0)
2.0.0
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.7
1.0.6
1.0.6-fix2
1.0.6-fix
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
storybook addon with styled-components theme
echoulen/storybook-addon-styled-component-theme
storybook-addon-styled-component-theme
/
dist
/
Themes.d.ts
8 lines
(7 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
React
from
"react"
;
export
interface
ThemeProps
{
channel
:
any
;
api
:
any
;
active
:
boolean
; }
export
declare
const
Themes
:
React
.
FunctionComponent
<
ThemeProps
>;