add notch declaration
This commit is contained in:
@@ -3026,6 +3026,14 @@ function coordinator(context) {
|
||||
};
|
||||
}
|
||||
|
||||
function notch(context) {
|
||||
return {
|
||||
inset: function () {
|
||||
return context.callNative('notch', 'inset', {});
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
var __values$5 = (undefined && undefined.__values) || function(o) {
|
||||
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
||||
if (m) { return m.call(o); }
|
||||
@@ -3220,6 +3228,7 @@ exports.modal = modal;
|
||||
exports.navbar = navbar;
|
||||
exports.navigator = navigator;
|
||||
exports.network = network;
|
||||
exports.notch = notch;
|
||||
exports.notification = notification;
|
||||
exports.obj2Model = obj2Model;
|
||||
exports.popover = popover;
|
||||
|
@@ -2300,6 +2300,14 @@ function coordinator(context) {
|
||||
};
|
||||
}
|
||||
|
||||
function notch(context) {
|
||||
return {
|
||||
inset: () => {
|
||||
return context.callNative('notch', 'inset', {});
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
class Observable {
|
||||
constructor(provider, clz) {
|
||||
this.observers = new Set;
|
||||
@@ -2448,6 +2456,7 @@ exports.modal = modal;
|
||||
exports.navbar = navbar;
|
||||
exports.navigator = navigator;
|
||||
exports.network = network;
|
||||
exports.notch = notch;
|
||||
exports.notification = notification;
|
||||
exports.obj2Model = obj2Model;
|
||||
exports.popover = popover;
|
||||
|
@@ -3759,6 +3759,14 @@ function coordinator(context) {
|
||||
};
|
||||
}
|
||||
|
||||
function notch(context) {
|
||||
return {
|
||||
inset: () => {
|
||||
return context.callNative('notch', 'inset', {});
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
class Observable {
|
||||
constructor(provider, clz) {
|
||||
this.observers = new Set;
|
||||
@@ -4042,6 +4050,7 @@ exports.modal = modal;
|
||||
exports.navbar = navbar;
|
||||
exports.navigator = navigator;
|
||||
exports.network = network;
|
||||
exports.notch = notch;
|
||||
exports.notification = notification;
|
||||
exports.obj2Model = obj2Model;
|
||||
exports.popover = popover;
|
||||
|
Reference in New Issue
Block a user