| 1 | import { LayoutBase } from '../layouts/layout-base'; |
| 2 | import { View, CSSType } from '../core/view'; |
| 3 | import { Property, makeParser, makeValidator } from '../core/properties'; |
| 4 | import { Color } from '../../color'; |
nothing calls this directly
no test coverage detected