flattern text into several spans

flattern text into several spans (step 1, not finish yet)
This commit is contained in:
Horcrux
2016-09-02 10:24:33 +08:00
parent 13ddd15d09
commit 74b9917bd3
11 changed files with 214 additions and 209 deletions

View File

@@ -1,8 +1,3 @@
import React, {
Children
} from 'react';
import TSpan from '../../elements/TSpan';
import extractTextContent from './extractTextContent';
import SerializablePath from '../SerializablePath';
import _ from 'lodash';