UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

14 lines (13 loc) 283 B
declare function baseStyle(props: Record<string, any>): { width: string; height: string; bg: any; }; declare const _default: { baseStyle: typeof baseStyle; defaultProps: { orientation: string; thickness: string; }; }; export default _default;