mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
5 lines
80 B
TypeScript
5 lines
80 B
TypeScript
export class BrowserComponentState {
|
|
scrollY: number;
|
|
searchText: string;
|
|
}
|