aboutsummaryrefslogtreecommitdiffstats
path: root/index.ts
blob: 1edc59138cf31044196144fdf9e4fc9a42901a38 (plain)
1
2
3
4
5
type GmailCSSClass = string;

const TOOLS_PANEL: GmailCSSClass = 'bAw';
const SIDEBAR: GmailCSSClass = 'aeN';
const MESSAGE_PAGER: GmailCSSClass = 'nH';