forked from abner/for-legacy-web
feat: provide and consume scroll offsets
This commit is contained in:
@@ -72,10 +72,14 @@ export type Theme = Overrides & {
|
||||
font?: Fonts;
|
||||
css?: string;
|
||||
monospaceFont?: MonospaceFonts;
|
||||
|
||||
"min-opacity"?: number;
|
||||
};
|
||||
|
||||
export type ComputedVariables = Theme & {
|
||||
"header-height"?: string;
|
||||
"effective-bottom-offset"?: string;
|
||||
};
|
||||
|
||||
export interface ThemeOptions {
|
||||
base?: string;
|
||||
ligatures?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user