This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
tiptap
Watch
1
Star
0
Fork
0
You've already forked tiptap
mirror of
https://github.com/ueberdosis/tiptap.git
synced
2024-12-13 09:29:01 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
e210bafc21
tiptap
/
packages
/
extension-history
/
src
/
index.ts
6 lines
93 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Require file extensions for imports and exports (#4001) * Require .js endings * add extension alias for cypress to resolve ts files with js endings
2023-07-01 03:03:49 +08:00
import
{
History
}
from
'./history.js'
refactor: recreate extension exports
2020-12-08 04:32:50 +08:00
Require file extensions for imports and exports (#4001) * Require .js endings * add extension alias for cypress to resolve ts files with js endings
2023-07-01 03:03:49 +08:00
export
*
from
'./history.js'
refactor: recreate extension exports
2020-12-08 04:32:50 +08:00
export
default
History
Reference in New Issue
Copy Permalink