UNPKG

kedao

Version:

Rich Text Editor Based On Draft.js

5 lines (4 loc) 145 B
import { FC } from 'react'; import { TextAlignProps } from '../../types'; declare const TextAlign: FC<TextAlignProps>; export default TextAlign;