@promotedai/react-introspection
Version:
Promoted Introspection integration for React web apps
6 lines (5 loc) • 304 B
TypeScript
export declare type BannerPosition = 'TOP_LEFT' | 'TOP_RIGHT' | 'BOTTOM_LEFT' | 'BOTTOM_RIGHT';
export interface PromotedIntrospectionBannerArgs {
position?: BannerPosition;
}
export declare const PromotedIntrospectionBannerShell: (props: PromotedIntrospectionBannerArgs) => JSX.Element | null;