UNPKG

@kemuridama/storybook-addon-github

Version:

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

6 lines (5 loc) 103 B
export type GitHubParameter = { baseURL?: string; branch?: string; repository?: string; };