1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-06 09:20:43 +01:00
bitwarden-browser/apps/browser/src/models/browserComponentState.ts
2022-05-03 19:38:55 +02:00

5 lines
80 B
TypeScript

export class BrowserComponentState {
scrollY: number;
searchText: string;
}