MIGRATE preview components

This commit is contained in:
Norbert de Langen 2020-02-06 14:24:23 +01:00
parent 19dc18fe44
commit e74484ee36
No known key found for this signature in database
GPG Key ID: 976651DA156C2825

View File

@ -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,