mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
MIGRATE preview components
This commit is contained in:
parent
19dc18fe44
commit
e74484ee36
@ -1,7 +1,7 @@
|
||||
import { styled } from '@storybook/theming';
|
||||
import { Link } from '@storybook/router';
|
||||
|
||||
export const FrameWrap = styled.div(({ offset }) => ({
|
||||
export const FrameWrap = styled.div<{ offset: number }>(({ offset }) => ({
|
||||
position: 'absolute',
|
||||
overflow: 'auto',
|
||||
left: 0,
|
Loading…
x
Reference in New Issue
Block a user