mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
Add @lexical/overflow @lexical/link (#1556)
* Add @lexical/overflow @lexical/link * Fix tests
This commit is contained in:

committed by
acywatson

parent
89ae5046f6
commit
146c95a540
12
packages/lexical-overflow/LexicalOverflow.js
Normal file
12
packages/lexical-overflow/LexicalOverflow.js
Normal file
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* 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.
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
module.exports = require('./dist/LexicalOverflow.js');
|
Reference in New Issue
Block a user