Regenerate API reports

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-16 17:49:36 +01:00
parent 29b87812ba
commit e8d410d915
35 changed files with 192 additions and 190 deletions
+2 -2
View File
@@ -775,14 +775,14 @@ const appPlugin: OverridableFrontendPlugin<
transientTimeoutMs: number;
anchorOrigin: {
horizontal: 'center' | 'left' | 'right';
vertical: 'bottom' | 'top';
vertical: 'top' | 'bottom';
};
};
configInput: {
anchorOrigin?:
| {
horizontal?: 'center' | 'left' | 'right' | undefined;
vertical?: 'bottom' | 'top' | undefined;
vertical?: 'top' | 'bottom' | undefined;
}
| undefined;
transientTimeoutMs?: number | undefined;