8 lines
149 B
JavaScript
8 lines
149 B
JavaScript
export function notch(context) {
|
|
return {
|
|
inset: () => {
|
|
return context.callNative('notch', 'inset', {});
|
|
}
|
|
};
|
|
}
|