mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-27 03:17:50 +08:00
6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
|
import { FontFamily } from './font-family'
|
||
|
|
||
|
export * from './font-family'
|
||
|
|
||
|
export default FontFamily
|