UNPKG

@kemuridama/storybook-addon-github

Version:

A Storybook addon that allows you to link a source code of your story on GitHub.

8 lines (7 loc) 226 B
import { API } from "@storybook/manager-api"; type Props = Readonly<{ active?: boolean; api: API; }>; export declare const GitHub: ({ active, api }: Props) => import("react/jsx-runtime").JSX.Element | null; export {};