native-base
Version:
Essential cross-platform UI components for React Native
20 lines (19 loc) • 367 B
TypeScript
declare function baseStyle(): {
borderRadius: string;
borderWidth: number;
bg: string;
size: number;
position: string;
right: number;
bottom: number;
_light: {
borderColor: string;
};
_dark: {
borderColor: string;
};
};
declare const _default: {
baseStyle: typeof baseStyle;
};
export default _default;