blob: 3e47525fea988a1b96357eecbe0c7d6be0f71963 [file] [edit]
/**
* @license
* Copyright 2026 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import '@gerritcodereview/typescript-api/gerrit';
import {css} from 'lit';
window.Gerrit = {
install: () => {},
styles: {
font: css``,
form: css``,
material: css``,
menuPage: css``,
spinner: css``,
subPage: css``,
table: css``,
modal: css``,
},
};