Skip to content

Commit

Permalink
Up StyleableModel
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Aug 3, 2023
1 parent 587afdd commit 6d416c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/domain_abstract/model/StyleableModel.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { isString, isArray, keys } from 'underscore';
import { shallowDiff } from '../../utils/mixins';
import { isArray, isString, keys } from 'underscore';
import { Model, ObjectAny, ObjectHash } from '../../common';
import ParserHtml from '../../parser/model/ParserHtml';
import { Model, ObjectAny, ObjectHash, ObjectStrings } from '../../common';
import Selectors from '../../selector_manager/model/Selectors';
import { shallowDiff } from '../../utils/mixins';

export type StyleProps = Record<string, string | string[]>;

Expand Down

0 comments on commit 6d416c7

Please sign in to comment.