mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-23 17:07:49 +08:00
e97630c639
* Require .js endings * add extension alias for cypress to resolve ts files with js endings
7 lines
146 B
TypeScript
7 lines
146 B
TypeScript
import { Suggestion } from './suggestion.js'
|
|
|
|
export * from './findSuggestionMatch.js'
|
|
export * from './suggestion.js'
|
|
|
|
export default Suggestion
|