UNPKG

react-svg-morph

Version:
11 lines (9 loc) 279 B
import MorphReplace from './MorphReplace'; import MorphTransitionResize from './MorphTransitionResize'; export default class MorphReplaceResize extends MorphReplace { constructor(props) { super(props); this.transitionElement = MorphTransitionResize; } }