| 1 | import { Label } from '../label'; |
| 2 | import { LayoutBase } from '../layouts/layout-base'; |
| 3 | import { View, CSSType, CustomLayoutView, Template, KeyedTemplate } from '../core/view'; |
| 4 | import { Property } from '../core/properties'; |
nothing calls this directly
no test coverage detected