@storybook/ui

  • Version 6.5.16
  • Published
  • 1.47 MB
  • 14 dependencies
  • MIT license

Install

npm i @storybook/ui
yarn add @storybook/ui
pnpm add @storybook/ui

Overview

Core Storybook UI

Index

Variables

variable Root

const Root: FunctionComponent<RootProps>;

    Functions

    function renderStorybookUI

    renderStorybookUI: (domNode: HTMLElement, provider: Provider) => void;

      Classes

      class Provider

      class Provider {}

        method getConfig

        getConfig: () => {};

          method getElements

          getElements: (_type: Types) => void;

            method handleAPI

            handleAPI: (_api: unknown) => void;

              Interfaces

              interface RootProps

              interface RootProps {}

                property history

                history?: History;

                  property provider

                  provider: Provider;

                    Package Files (1)

                    Dependencies (14)

                    Dev Dependencies (18)

                    Peer Dependencies (2)

                    Badge

                    To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

                    You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@storybook/ui.

                    • Markdown
                      [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@storybook/ui)
                    • HTML
                      <a href="https://www.jsdocs.io/package/@storybook/ui"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>