This commit is contained in:
Ben Grynhaus 2018-10-19 21:26:42 +03:00
Родитель 0561e921fb
Коммит 34e0e3a251
4 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -4,4 +4,4 @@
export * from './index-signature';
export * from './known-keys';
export * from './omit';
export * from './StringMap';
export * from './string-map';

Просмотреть файл

Просмотреть файл

@ -3,7 +3,7 @@
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import { StringMap } from '../declarations/StringMap';
import { StringMap } from '../declarations/string-map';
import removeUndefinedProperties from '../utils/object/remove-undefined-properties';
import { CHILDREN_TO_APPEND_PROP } from './react-content';
import { getComponentClass } from './registry';

Просмотреть файл

@ -3,7 +3,7 @@
import { Injectable, Renderer2, RendererStyleFlags2, RendererType2 } from '@angular/core';
import { EventManager, ɵDomRendererFactory2, ɵDomSharedStylesHost } from '@angular/platform-browser';
import { StringMap } from '../declarations/StringMap';
import { StringMap } from '../declarations/string-map';
import { Disguise } from './components/Disguise';
import { ReactContent } from './react-content';
import { isReactNode, ReactNode } from './react-node';