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:31:06 +01:00
parent 476df5ffd5
commit 29b87812ba
35 changed files with 197 additions and 197 deletions
+2 -2
View File
@@ -775,14 +775,14 @@ const appPlugin: OverridableFrontendPlugin<
transientTimeoutMs: number;
anchorOrigin: {
horizontal: 'center' | 'left' | 'right';
vertical: 'top' | 'bottom';
vertical: 'bottom' | 'top';
};
};
configInput: {
anchorOrigin?:
| {
horizontal?: 'center' | 'left' | 'right' | undefined;
vertical?: 'top' | 'bottom' | undefined;
vertical?: 'bottom' | 'top' | undefined;
}
| undefined;
transientTimeoutMs?: number | undefined;