mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
FIX theme being any
This commit is contained in:
parent
a662a2b3eb
commit
21bb007cbd
@ -15,7 +15,7 @@ import Markdown from 'markdown-to-jsx';
|
||||
|
||||
import { PARAM_KEY, API, Parameters } from './shared';
|
||||
|
||||
const Panel = styled.div(({ theme }: { theme: any }) => ({
|
||||
const Panel = styled.div(({ theme }) => ({
|
||||
padding: '3rem 40px',
|
||||
boxSizing: 'border-box',
|
||||
width: '100%',
|
||||
|
Loading…
x
Reference in New Issue
Block a user