@lexical/overflow 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LexicalOverflow.d.ts +1 -1
- package/package.json +2 -2
package/LexicalOverflow.d.ts
CHANGED
|
@@ -18,4 +18,4 @@ export declare class OverflowNode extends ElementNode {
|
|
|
18
18
|
excludeFromCopy(): boolean;
|
|
19
19
|
}
|
|
20
20
|
export function $createOverflowNode(): OverflowNode;
|
|
21
|
-
export function $isOverflowNode(node: LexicalNode | null):
|
|
21
|
+
export function $isOverflowNode(node: LexicalNode | null): node is OverflowNode;
|
package/package.json
CHANGED