Rename StringMap type file
This commit is contained in:
Родитель
0561e921fb
Коммит
34e0e3a251
|
@ -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';
|
||||
|
|
Загрузка…
Ссылка в новой задаче