|
@@ -22,6 +22,15 @@ interface IMainHeader extends ViewProps {
|
|
|
customBackgroundColor?: keyof NCoreUIKit.ProjectColorPalette;
|
|
customBackgroundColor?: keyof NCoreUIKit.ProjectColorPalette;
|
|
|
backgroundColor?: keyof NCoreUIKit.ContainerContentColors;
|
|
backgroundColor?: keyof NCoreUIKit.ContainerContentColors;
|
|
|
onContentHeight?: (contentHeight: number | null) => void;
|
|
onContentHeight?: (contentHeight: number | null) => void;
|
|
|
|
|
+ customTheme?: {
|
|
|
|
|
+ gapPropagation?: keyof NCoreUIKit.GapPropagationKey;
|
|
|
|
|
+ sharpness?: keyof NCoreUIKit.SharpnessKey;
|
|
|
|
|
+ paletteKey?: keyof NCoreUIKit.PaletteKey;
|
|
|
|
|
+ themeKey?: keyof NCoreUIKit.ThemeKey;
|
|
|
|
|
+ };
|
|
|
|
|
+ customLocalize?: {
|
|
|
|
|
+ activeLocale?: keyof NCoreUIKit.LocaleKey;
|
|
|
|
|
+ };
|
|
|
isWorkWithSafeAreaView?: boolean;
|
|
isWorkWithSafeAreaView?: boolean;
|
|
|
isWorkWithStickySpace?: boolean;
|
|
isWorkWithStickySpace?: boolean;
|
|
|
isSetAutoHeaderSpace?: boolean;
|
|
isSetAutoHeaderSpace?: boolean;
|