@stories-js/react
Version:
React Stories renderer and wrapper for custom elements of Stories to be used as first-class React components
31 lines (30 loc) • 8.27 kB
TypeScript
/// <reference types="react" />
import type { JSX } from '@stories-js/core';
export declare const StoriesAddonActions: import("react").ForwardRefExoticComponent<JSX.StoriesAddonActions & Omit<import("react").HTMLAttributes<HTMLStoriesAddonActionsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesAddonActionsElement>>;
export declare const StoriesAddonControls: import("react").ForwardRefExoticComponent<JSX.StoriesAddonControls & Omit<import("react").HTMLAttributes<HTMLStoriesAddonControlsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesAddonControlsElement>>;
export declare const StoriesAddons: import("react").ForwardRefExoticComponent<JSX.StoriesAddons & Omit<import("react").HTMLAttributes<HTMLStoriesAddonsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesAddonsElement>>;
export declare const StoriesApp: import("react").ForwardRefExoticComponent<JSX.StoriesApp & Omit<import("react").HTMLAttributes<HTMLStoriesAppElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesAppElement>>;
export declare const StoriesBadge: import("react").ForwardRefExoticComponent<JSX.StoriesBadge & Omit<import("react").HTMLAttributes<HTMLStoriesBadgeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesBadgeElement>>;
export declare const StoriesButton: import("react").ForwardRefExoticComponent<JSX.StoriesButton & Omit<import("react").HTMLAttributes<HTMLStoriesButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesButtonElement>>;
export declare const StoriesButtons: import("react").ForwardRefExoticComponent<JSX.StoriesButtons & Omit<import("react").HTMLAttributes<HTMLStoriesButtonsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesButtonsElement>>;
export declare const StoriesCheckbox: import("react").ForwardRefExoticComponent<JSX.StoriesCheckbox & Omit<import("react").HTMLAttributes<HTMLStoriesCheckboxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesCheckboxElement>>;
export declare const StoriesCol: import("react").ForwardRefExoticComponent<JSX.StoriesCol & Omit<import("react").HTMLAttributes<HTMLStoriesColElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesColElement>>;
export declare const StoriesFooter: import("react").ForwardRefExoticComponent<JSX.StoriesFooter & Omit<import("react").HTMLAttributes<HTMLStoriesFooterElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesFooterElement>>;
export declare const StoriesGrid: import("react").ForwardRefExoticComponent<JSX.StoriesGrid & Omit<import("react").HTMLAttributes<HTMLStoriesGridElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesGridElement>>;
export declare const StoriesIcon: import("react").ForwardRefExoticComponent<JSX.StoriesIcon & Omit<import("react").HTMLAttributes<HTMLStoriesIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesIconElement>>;
export declare const StoriesInput: import("react").ForwardRefExoticComponent<JSX.StoriesInput & Omit<import("react").HTMLAttributes<HTMLStoriesInputElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesInputElement>>;
export declare const StoriesLabel: import("react").ForwardRefExoticComponent<JSX.StoriesLabel & Omit<import("react").HTMLAttributes<HTMLStoriesLabelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesLabelElement>>;
export declare const StoriesPreview: import("react").ForwardRefExoticComponent<JSX.StoriesPreview & Omit<import("react").HTMLAttributes<HTMLStoriesPreviewElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesPreviewElement>>;
export declare const StoriesRouter: import("react").ForwardRefExoticComponent<JSX.StoriesRouter & Omit<import("react").HTMLAttributes<HTMLStoriesRouterElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesRouterElement>>;
export declare const StoriesRow: import("react").ForwardRefExoticComponent<JSX.StoriesRow & Omit<import("react").HTMLAttributes<HTMLStoriesRowElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesRowElement>>;
export declare const StoriesSearchbar: import("react").ForwardRefExoticComponent<JSX.StoriesSearchbar & Omit<import("react").HTMLAttributes<HTMLStoriesSearchbarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesSearchbarElement>>;
export declare const StoriesSidebar: import("react").ForwardRefExoticComponent<JSX.StoriesSidebar & Omit<import("react").HTMLAttributes<HTMLStoriesSidebarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesSidebarElement>>;
export declare const StoriesSplitPane: import("react").ForwardRefExoticComponent<JSX.StoriesSplitPane & Omit<import("react").HTMLAttributes<HTMLStoriesSplitPaneElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesSplitPaneElement>>;
export declare const StoriesTab: import("react").ForwardRefExoticComponent<JSX.StoriesTab & Omit<import("react").HTMLAttributes<HTMLStoriesTabElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesTabElement>>;
export declare const StoriesTabBar: import("react").ForwardRefExoticComponent<JSX.StoriesTabBar & Omit<import("react").HTMLAttributes<HTMLStoriesTabBarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesTabBarElement>>;
export declare const StoriesTabButton: import("react").ForwardRefExoticComponent<JSX.StoriesTabButton & Omit<import("react").HTMLAttributes<HTMLStoriesTabButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesTabButtonElement>>;
export declare const StoriesTabs: import("react").ForwardRefExoticComponent<JSX.StoriesTabs & Omit<import("react").HTMLAttributes<HTMLStoriesTabsElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesTabsElement>>;
export declare const StoriesToolBar: import("react").ForwardRefExoticComponent<JSX.StoriesToolBar & Omit<import("react").HTMLAttributes<HTMLStoriesToolBarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesToolBarElement>>;
export declare const StoriesToolButton: import("react").ForwardRefExoticComponent<JSX.StoriesToolButton & Omit<import("react").HTMLAttributes<HTMLStoriesToolButtonElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesToolButtonElement>>;
export declare const StoriesToolZoom: import("react").ForwardRefExoticComponent<JSX.StoriesToolZoom & Omit<import("react").HTMLAttributes<HTMLStoriesToolZoomElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesToolZoomElement>>;
export declare const StoriesZoom: import("react").ForwardRefExoticComponent<JSX.StoriesZoom & Omit<import("react").HTMLAttributes<HTMLStoriesZoomElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLStoriesZoomElement>>;