mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Fix types
This commit is contained in:
parent
a028991f39
commit
ee1e00eb67
@ -6,7 +6,7 @@ export interface SectionRowProps {
|
||||
section: string;
|
||||
}
|
||||
|
||||
const SectionTh = styled.th<SectionRowProps>(({ theme }) => ({
|
||||
const SectionTh = styled.th<{}>(({ theme }) => ({
|
||||
letterSpacing: '0.35em',
|
||||
textTransform: 'uppercase',
|
||||
fontWeight: theme.typography.weight.black,
|
||||
|
Loading…
x
Reference in New Issue
Block a user