Make type defs for lexical react (#1369)

* Add Flow type definitions for Lexical React

* Fix bugs

* Revert bad merge
This commit is contained in:
Dominic Gannaway
2022-02-25 00:47:19 +00:00
committed by acywatson
parent 1aa140258c
commit 5c9b3566bb
27 changed files with 491 additions and 28 deletions

View File

@ -0,0 +1,10 @@
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow strict
*/
declare export default function LexicalTablePlugin(): null;