|
|
@@ -5,7 +5,8 @@ import {
|
|
|
type ImageURISource,
|
|
|
type ImageProps,
|
|
|
type StyleProp,
|
|
|
- type ViewStyle
|
|
|
+ type ViewStyle,
|
|
|
+ type TextStyle
|
|
|
} from "react-native";
|
|
|
import type {
|
|
|
NCoreUIKitIcon
|
|
|
@@ -74,9 +75,11 @@ interface ISiteLogoProps {
|
|
|
isCustomImageSize?: boolean;
|
|
|
isWorkWithAction?: boolean;
|
|
|
isWorkWithFlex1?: boolean;
|
|
|
+ subTitleStyle?: TextStyle;
|
|
|
imageProps?: ImageProps;
|
|
|
size?: SiteLogoSizeType;
|
|
|
isShowBorder?: boolean;
|
|
|
+ titleStyle?: TextStyle;
|
|
|
icon?: NCoreUIKitIcon;
|
|
|
isShowIcon?: boolean;
|
|
|
isDisabled?: boolean;
|