Extract MFM types
This commit is contained in:
parent
6eb9ba31bf
commit
4c9b66b0f0
10 changed files with 48 additions and 45 deletions
|
@ -1,6 +1,6 @@
|
|||
// test is located in test/extract-mentions
|
||||
|
||||
import { MentionNode, MfmForest } from '../mfm/parser';
|
||||
import { MentionNode, MfmForest } from '../mfm/types';
|
||||
import { preorderF } from '../prelude/tree';
|
||||
|
||||
export default function(mfmForest: MfmForest): MentionNode['props'][] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue