mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-18 21:27:49 +08:00
7 lines
161 B
TypeScript
7 lines
161 B
TypeScript
|
import { ListKeymap } from './list-keymap.js'
|
||
|
|
||
|
export * from './list-keymap.js'
|
||
|
export * as listHelpers from './listHelpers/index.js'
|
||
|
|
||
|
export default ListKeymap
|