@propbinder/mobile-design 0.2.60 → 0.2.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -4611,6 +4611,7 @@ declare class DsMobileModalService {
|
|
|
4611
4611
|
*/
|
|
4612
4612
|
declare abstract class MobileModalBase implements OnInit, OnDestroy {
|
|
4613
4613
|
protected modalController: ModalController;
|
|
4614
|
+
private platform;
|
|
4614
4615
|
/**
|
|
4615
4616
|
* Reference to IonContent for accessing scroll element
|
|
4616
4617
|
*/
|