UNPKG

@storybook/addon-docs

Version:

Document component usage and properties in Markdown

4 lines (3 loc) 187 B
import { Component } from './types'; export declare const getComponentName: (component: Component) => string; export declare function scrollToElement(element: any, block?: string): void;