mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-03 13:33:32 +01:00
4afb5d04f0
Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
8 lines
156 B
TypeScript
8 lines
156 B
TypeScript
import { AutofillInit } from "./content/abstractions/autofill-init";
|
|||
|
|||
declare global {
|
|||
interface Window {
|
|||
bitwardenAutofillInit?: AutofillInit;
|
|||
}
|
|||
}
|