| 1 | // Types |
| 2 | import { PropertyChangeData } from '../../data/observable'; |
| 3 | import { ViewBase, booleanConverter } from '../core/view-base'; |
| 4 | import { FontStyleType, FontWeightType } from '../styling/font-interfaces'; |
nothing calls this directly
no test coverage detected