native-base
Version:
Essential cross-platform UI components for React Native
73 lines (72 loc) • 1.45 kB
TypeScript
export declare const FormControl: {
baseStyle: {
width: string;
};
};
export declare const FormControlErrorMessage: {
baseStyle: () => {
mt: string;
_text: {
fontSize: string;
};
_stack: {
space: number;
alignItems: string;
};
_light: {
_text: {
color: string;
};
};
_dark: {
_text: {
color: string;
};
};
};
};
export declare const FormControlLabel: {
baseStyle: () => {
flexDirection: string;
justifyContent: string;
_text: {
fontSize: string;
fontWeight: string;
};
my: string;
_light: {
_text: {
color: string;
};
_astrick: {
color: string;
};
};
_dark: {
_text: {
color: string;
};
_astrick: {
color: string;
};
};
};
};
export declare const FormControlHelperText: {
baseStyle: () => {
mt: string;
_text: {
fontSize: string;
};
_light: {
_text: {
color: string;
};
};
_dark: {
_text: {
color: string;
};
};
};
};