Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
potatowagon committed Feb 18, 2025
1 parent 4656ac1 commit fcfa314
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/lexical-dragon/flow/LexicalDragon.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
*/
import type {LexicalEditor} from 'lexical';
import {$getSelection, $isRangeSelection, $isTextNode} from 'lexical';

// test comment
declare export function registerDragonSupport(
editor: LexicalEditor,
): () => void;

0 comments on commit fcfa314

Please sign in to comment.