communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
15 lines • 482 B
TypeScript
/// <reference types="react" />
import type { IContextualMenuItem } from '@fluentui/react';
interface RichTextInsertTablePaneProps {
item: IContextualMenuItem;
onClick: (key: string) => void;
maxRowsNumber: number;
maxColumnsNumber: number;
}
/**
* @private
* Component for the insert table pane
*/
export declare const RichTextInsertTablePane: (props: RichTextInsertTablePaneProps) => JSX.Element;
export {};
//# sourceMappingURL=RichTextInsertTablePane.d.ts.map