This commit is contained in:
Jeroen Zwartepoorte 2023-02-10 14:08:05 +01:00
parent 9a0250fbd2
commit 6962678cfb

View File

@ -2,7 +2,7 @@ import type { ViewportMap } from './Viewport';
export interface ViewportAddonParameter {
disable?: boolean;
defaultOrientation: 'portrait' | 'landscape';
defaultOrientation?: 'portrait' | 'landscape';
defaultViewport?: string;
viewports?: ViewportMap;
}