@react-form-fields/native-base
Version:
Native Base Form Fields
140 lines (139 loc) • 4.23 kB
TypeScript
import * as React from 'react';
export declare const ThemeContext: React.Context<{
platformStyle: any;
platform: any;
androidRipple: boolean;
androidRippleColor: string;
androidRippleColorDark: string;
btnUppercaseAndroidText: boolean;
badgeBg: string;
badgeColor: string;
badgePadding: number;
btnFontFamily: string;
btnDisabledBg: string;
buttonPadding: number;
readonly btnPrimaryBg: string;
readonly btnPrimaryColor: string;
readonly btnInfoBg: string;
readonly btnInfoColor: string;
readonly btnSuccessBg: string;
readonly btnSuccessColor: string;
readonly btnDangerBg: string;
readonly btnDangerColor: string;
readonly btnWarningBg: string;
readonly btnWarningColor: string;
readonly btnTextSize: number;
readonly btnTextSizeLarge: number;
readonly btnTextSizeSmall: number;
readonly borderRadiusLarge: number;
readonly iconSizeLarge: number;
readonly iconSizeSmall: number;
cardDefaultBg: string;
cardBorderColor: string;
CheckboxRadius: number;
CheckboxBorderWidth: number;
CheckboxPaddingLeft: number;
CheckboxPaddingBottom: number;
CheckboxIconSize: number;
CheckboxIconMarginTop: number;
CheckboxFontSize: number;
DefaultFontSize: number;
checkboxBgColor: string;
checkboxSize: number;
checkboxTickColor: string;
brandPrimary: string;
brandInfo: string;
brandSuccess: string;
brandDanger: string;
brandWarning: string;
brandDark: string;
brandLight: string;
fontFamily: string;
fontSizeBase: number;
readonly fontSizeH1: number;
readonly fontSizeH2: number;
readonly fontSizeH3: number;
footerHeight: number;
footerDefaultBg: string;
footerPaddingBottom: number;
tabBarTextColor: string;
tabBarTextSize: number;
activeTab: string;
sTabBarActiveTextColor: string;
tabBarActiveTextColor: string;
tabActiveBgColor: string;
toolbarBtnColor: string;
toolbarDefaultBg: string;
toolbarHeight: number;
toolbarSearchIconSize: number;
toolbarInputColor: string;
searchBarHeight: number;
searchBarInputHeight: number;
toolbarBtnTextColor: string;
toolbarDefaultBorder: string;
iosStatusbar: string;
readonly statusBarColor: any;
readonly darkenHeader: any;
iconFamily: string;
iconFontSize: number;
iconHeaderSize: number;
inputFontSize: number;
inputBorderColor: string;
inputSuccessBorderColor: string;
inputErrorBorderColor: string;
inputHeightBase: number;
readonly inputColor: string;
readonly inputColorPlaceholder: string;
btnLineHeight: number;
lineHeightH1: number;
lineHeightH2: number;
lineHeightH3: number;
lineHeight: number;
listBg: string;
listBorderColor: string;
listDividerBg: string;
listBtnUnderlayColor: string;
listItemPadding: number;
listNoteColor: string;
listNoteSize: number;
defaultProgressColor: string;
inverseProgressColor: string;
radioBtnSize: number;
radioSelectedColorAndroid: string;
radioBtnLineHeight: number;
readonly radioColor: string;
segmentBackgroundColor: string;
segmentActiveBackgroundColor: string;
segmentTextColor: string;
segmentActiveTextColor: string;
segmentBorderColor: string;
segmentBorderColorMain: string;
defaultSpinnerColor: string;
inverseSpinnerColor: string;
tabDefaultBg: string;
topTabBarTextColor: string;
topTabBarActiveTextColor: string;
topTabBarBorderColor: string;
topTabBarActiveBorderColor: string;
tabBgColor: string;
tabFontSize: number;
textColor: string;
inverseTextColor: string;
noteFontSize: number;
readonly defaultTextColor: string;
titleFontfamily: string;
titleFontSize: number;
subTitleFontSize: number;
subtitleColor: string;
titleFontColor: string;
borderRadiusBase: number;
borderWidth: number;
borderBottomWidth: number;
contentPadding: number;
dropdownLinkColor: string;
inputLineHeight: number;
deviceWidth: any;
deviceHeight: any;
isIphoneX: any;
inputGroupRoundedBorderRadius: number;
}>;