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
80 B
TypeScript
Raw Normal View History

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