UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

7 lines 485 B
import type { ICommandBarItemProps, Theme } from '@fluentui/react'; import { RichTextStrings } from '../../RichTextSendBox'; /** * "Insert table" command bar item for the rich text toolbar */ export declare const richTextInsertTableCommandBarItem: (theme: Theme, maxRowsNumber: number, maxColumnsNumber: number, strings: Partial<RichTextStrings>, onClick: (column: number, row: number) => void) => ICommandBarItemProps; //# sourceMappingURL=RichTextInsertTableCommandBarItem.d.ts.map