mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-25 02:07:49 +08:00
6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
|
import { CharacterCount } from './character-count'
|
||
|
|
||
|
export * from './character-count'
|
||
|
|
||
|
export default CharacterCount
|