mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-09 21:38:18 +08:00
7 lines
137 B
TypeScript
7 lines
137 B
TypeScript
import { Suggestion } from './suggestion'
|
|
|
|
export * from './findSuggestionMatch'
|
|
export * from './suggestion'
|
|
|
|
export default Suggestion
|