UNPKG

react-svg-morph

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