add basic mention extension

This commit is contained in:
Philipp Kühn
2020-12-17 17:13:35 +01:00
parent c3d0f004d6
commit 5a9b96aaf0
13 changed files with 179 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
import { Mention } from './mention'
export * from './mention'
export default Mention