blob: fa054b767aa8e0bf10f8cf852ef3cc4f0a7666d1 [file] [log] [blame]
// 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 {html} from '//resources/lit/v3_0/lit.rollup.js';
import type {OmniboxFullAppElement} from './full_app.js';
export function getHtml(this: OmniboxFullAppElement) {
// clang-format off
return html`<!--_html_template_start_-->
<cr-searchbox></cr-searchbox>
<!--_html_template_end_-->`;
// clang-format on
}