UNPKG

chrome-devtools-frontend

Version:
14 lines (9 loc) 353 B
// Copyright 2025 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import './spinners.js'; import * as Lit from '../../lit/lit.js'; const {html} = Lit; export function render(container: HTMLElement) { Lit.render(html`<devtools-spinner></devtools-spinner>`, container); }