UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

15 lines 424 B
export type ForumThreadEditorProps = { initialTitle?: string; initialText?: string; id: string; onClose: () => void; isReply: boolean; } & ({ isDialog: false; openDialog?: never; } | { isDialog: true; openDialog: boolean; }); export declare function ForumThreadEditor(props: ForumThreadEditorProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ForumThreadEditor.d.ts.map