Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-04-08 16:14:10 +02:00
parent 5aa0d907ac
commit 2a8982f1be
19 changed files with 147 additions and 147 deletions
+2 -2
View File
@@ -678,15 +678,15 @@ const appPlugin: FrontendPlugin<
config: {
transientTimeoutMs: number;
anchorOrigin: {
vertical: 'top' | 'bottom';
horizontal: 'center' | 'left' | 'right';
vertical: 'top' | 'bottom';
};
};
configInput: {
anchorOrigin?:
| {
vertical?: 'top' | 'bottom' | undefined;
horizontal?: 'center' | 'left' | 'right' | undefined;
vertical?: 'top' | 'bottom' | undefined;
}
| undefined;
transientTimeoutMs?: number | undefined;