add notch declaration
This commit is contained in:
9
doric-web/dist/index.js
vendored
9
doric-web/dist/index.js
vendored
@@ -3817,6 +3817,14 @@ function coordinator(context) {
|
||||
};
|
||||
}
|
||||
|
||||
function notch(context) {
|
||||
return {
|
||||
inset: () => {
|
||||
return context.callNative('notch', 'inset', {});
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
class Observable {
|
||||
constructor(provider, clz) {
|
||||
this.observers = new Set;
|
||||
@@ -3965,6 +3973,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;
|
||||
|
2
doric-web/dist/index.js.map
vendored
2
doric-web/dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user