mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-02 07:47: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
|