mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 16:39:33 +08:00
Migrate last 2 packages to TS (10/n) (#2237)
* Run migration scripts * Fix more difficult types * Remove shared modules * debug failing build * Fix small bugs * Remove unnecessary types for getLatest and getWritable * Fix failing unit test * Fix small type error in playground due to empty editor config
This commit is contained in:
@ -15,8 +15,8 @@ import type {
|
||||
SerializedElementNode,
|
||||
} from 'lexical';
|
||||
|
||||
import {Spread} from 'globals';
|
||||
import {ElementNode} from 'lexical';
|
||||
import {Spread} from 'libdefs/globals';
|
||||
|
||||
export type SerializedOverflowNode = Spread<
|
||||
{
|
||||
|
Reference in New Issue
Block a user