Browse Source

Up

pull/4849/head
Artur Arseniev 4 years ago
parent
commit
48d4828f8e
  1. 4
      src/style_manager/index.ts

4
src/style_manager/index.ts

@ -65,7 +65,7 @@
import { isUndefined, isArray, isString, debounce, bindAll } from 'underscore';
import { isComponent } from '../utils/mixins';
import { AddOptions, Model, Module } from '../common';
import { AddOptions, Model } from '../common';
import defaults, { StyleManagerConfig } from './config/config';
import Sector, { SectorProperties } from './model/Sector';
import Sectors from './model/Sectors';
@ -78,7 +78,7 @@ import Property, { PropertyProps, StyleProps } from './model/Property';
import Component from '../dom_components/model/Component';
import CssRule from '../css_composer/model/CssRule';
import StyleableModel from '../domain_abstract/model/StyleableModel';
import { CustomPropertyView, ICustomPropertyView } from './view/PropertyView';
import { CustomPropertyView } from './view/PropertyView';
type StyleTarget = StyleableModel;

Loading…
Cancel
Save