UNPKG

storybook-addon-designs

Version:

Storybook addon for embedding your design preview in addon panel

10 lines (9 loc) 274 B
import { SFC } from 'react'; import { FigmaConfig } from '../../config'; export declare const figmaURLPattern: RegExp; export declare const isFigmaURL: (url: string) => boolean; interface Props { config: FigmaConfig; } export declare const Figma: SFC<Props>; export {};