UNPKG

storybook-addon-markuplint-proto

Version:
15 lines (14 loc) 359 B
import React from "react"; declare type Results = { danger: any[]; warning: any[]; }; interface PanelContentProps { results: Results; } /** * Checkout https://github.com/storybookjs/storybook/blob/next/addons/jest/src/components/Panel.tsx * for a real world example */ export declare const PanelContent: React.FC<PanelContentProps>; export {};