|
|
@@ -10,6 +10,7 @@ import type {
|
|
|
import type {
|
|
|
NCoreUIKitIcon
|
|
|
} from "../../types";
|
|
|
+import type ISeperatorProps from "../seperator/type";
|
|
|
import type ISiteLogoProps from "../siteLogo/type";
|
|
|
import type IRowCardProps from "../rowCard/type";
|
|
|
import type IModalProps from "../modal/type";
|
|
|
@@ -55,6 +56,7 @@ interface IMenuProps {
|
|
|
};
|
|
|
navigation: NCoreUIKit.Navigation;
|
|
|
isWorkWithSafeAreaView?: boolean;
|
|
|
+ seperatorProps?: ISeperatorProps;
|
|
|
customBackgroundColor?: string;
|
|
|
isAutoClosedOnClosed?: boolean;
|
|
|
siteLogoProps?: ISiteLogoProps;
|