UNPKG

@shopistry/macaw-ui

Version:

Saleor's UI component library

5 lines (4 loc) 249 B
import { StoryFn } from "@storybook/addons"; import React from "react"; export declare const Decorator: (storyFn: StoryFn<React.ReactNode>) => JSX.Element; export declare const GuideDecorator: (storyFn: StoryFn<React.ReactNode>) => JSX.Element;