From ed9c2c0afc0564b3948382cb104ce1944ac8e6d8 Mon Sep 17 00:00:00 2001 From: atanasster Date: Tue, 5 Jan 2021 19:16:02 -0800 Subject: [PATCH] fix: type stories --- plugins/axe-plugin/src/stories/AllyBlock.stories.tsx | 7 ++++--- .../src/stories/ViewportBlock.stories.tsx | 9 +++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/plugins/axe-plugin/src/stories/AllyBlock.stories.tsx b/plugins/axe-plugin/src/stories/AllyBlock.stories.tsx index 6e449e98d..2633b5bcc 100644 --- a/plugins/axe-plugin/src/stories/AllyBlock.stories.tsx +++ b/plugins/axe-plugin/src/stories/AllyBlock.stories.tsx @@ -1,13 +1,14 @@ -import React, { FC } from 'react'; +import React from 'react'; +import { Document, Example } from '@component-controls/core'; import { BlockContextProvider, store } from '@component-controls/blocks'; import { AllyBlock } from '../index'; export default { title: 'Plugins/AllyBlock', component: AllyBlock, -}; +} as Document; -export const overview: FC = () => { +export const overview: Example = () => { return ( { +export const overview: Example = () => { return ( { ); }; -export const sizes: FC = () => { +export const sizes: Example = () => { return (