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;
|
||||
|
||||
Reference in New Issue
Block a user