@promotedai/react-introspection
Version:
Promoted Introspection integration for React web apps
14 lines (13 loc) • 464 B
TypeScript
import { ComponentStory, ComponentMeta } from '@storybook/react';
declare const WithPromotedIntrospection: {
(props: any): JSX.Element;
displayName: string;
};
declare const _default: ComponentMeta<{
(props: any): JSX.Element;
displayName: string;
}>;
export default _default;
export declare const Default: any;
export declare const Controlled: ComponentStory<typeof WithPromotedIntrospection>;
export declare const DisplayRight: any;