| 1 | import type { TemplateResult } from "lit-html"; |
| 2 | import { registerFeature } from "../FeaturesRegistry.js"; |
| 3 | import BusyIndicatorStyles from "../generated/css/BusyIndicator.css.js"; |
| 4 | import merge from "../thirdparty/merge.js"; |
nothing calls this directly
no test coverage detected