UNPKG

storybook-addon-designs

Version:

Storybook addon for embedding your design preview in addon panel

9 lines (8 loc) 213 B
import { SFC } from 'react'; import { IFrameConfigBase } from '../../config'; interface Props { config: IFrameConfigBase; defer?: boolean; } export declare const IFrame: SFC<Props>; export default IFrame;