gather-content-ui
Version:
GatherContent UI Library
17 lines • 714 B
TypeScript
import { Conversation as ConversationComponent } from "lib";
declare const _default: {
title: string;
component: typeof ConversationComponent;
args: {
isOpen: boolean;
isSubscribed: boolean;
isResolved: boolean;
userCanResolve: boolean;
commentHasFailedToSubscribe: boolean;
commentHasFailedToSave: boolean;
commentHasFailedToDelete: boolean;
};
};
export default _default;
export declare function Conversation({ isOpen, isSubscribed, isResolved, userCanResolve, commentHasFailedToSubscribe, commentHasFailedToSave, commentHasFailedToDelete, }: any): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Conversation.stories.d.ts.map