mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-11 14:00:10 +00:00
Fix lint
This commit is contained in:
@@ -1 +1 @@
|
||||
export default function registerWithPanelTitle(name: string): void;
|
||||
export default function registerWithPanelTitle(name: string): void;
|
||||
|
||||
@@ -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 = `
|
||||
|
||||
Reference in New Issue
Block a user