bitwarden-estensione-browser/src/models/browserComponentState.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
84 B
TypeScript
Raw Normal View History

2021-12-16 15:39:46 +01:00
export class BrowserComponentState {
scrollY: number;
searchText: string;
}