MCPcopy Index your code
hub / github.com/firebase/quickstart-js / CustomWindow

Interface CustomWindow

database/scripts/main.ts:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49// We declare variables used on the window object
50// We use a custom interface to avoid these modifying the global Window type in other files
51interface CustomWindow extends Window {
52 // This comes from MDL lite and is used to upgrade the DOM after we have added new elements
53 componentHandler?: {
54 upgradeElements: (...element: Element[]) => void;
55 };
56}
57
58interface HTMLElementWithMaterialTextfield extends HTMLElement {
59 MaterialTextfield: { boundUpdateClassesHandler: () => void };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected