UNPKG

@ionic/core

Version:
21 lines (20 loc) 496 B
/*! * (C) Ionic http://ionicframework.com - MIT License */ export const Viewports = { tablet: { portrait: { width: 768, height: 900, }, landscape: { width: 900, height: 768, }, }, // Based off https://github.com/ionic-team/ionic-framework/blob/2fe23d9d46c3593843c781c57340332e5a86fd64/core/src/components/split-pane/split-pane.tsx#L9-L13 large: { width: 992, height: 768, }, };