mirror of
https://github.com/facebook/lexical.git
synced 2025-08-26 10:40:47 +08:00
TablePlugin feature: cell merge (#4343)
This commit is contained in:
@ -7,4 +7,7 @@
|
||||
* @flow strict
|
||||
*/
|
||||
|
||||
declare export function TablePlugin(): null;
|
||||
type Props = $ReadOnly<{
|
||||
hasCellMerge?: boolean,
|
||||
}>;
|
||||
declare export function TablePlugin(props: Props): null;
|
||||
|
Reference in New Issue
Block a user