This commit is contained in:
lonyele
2019-04-10 15:48:36 +09:00
parent 878b46555b
commit afa65cbdbe
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
export default function registerWithPanelTitle(name: string): void;
export default function registerWithPanelTitle(name: string): void;

View File

@@ -2,7 +2,7 @@ import * as React from "react";
import { storiesOf, addDecorator } from "@storybook/react";
import { withDocs, withReadme, doc, addReadme, configureReadme, addFooter, addHeader } from "storybook-readme";
import Marked from "storybook-readme/components/Marked";
import registerWithPanelTitle from "storybook-readme/registerWithPanelTitle"
import registerWithPanelTitle from "storybook-readme/registerWithPanelTitle";
// Possibly any .md files or strings
const DocExample1 = `