@devlander/styled-components-theme
Version:
Devlander's team utilizes this package during the development of their React Native projects. Its primary purpose is to facilitate code reuse by sharing types across multiple projects that uses the styled-components library.
13 lines (12 loc) • 410 B
TypeScript
import { PaddingOnThemeType } from "../../../shared/types/base-theme-types";
export declare const dimensionsModuleForWeb: () => {
statusBarHeight: number;
windowHeight: number;
windowWidth: number;
screenHeight: number;
screenWidth: number;
paddingForScrollView: number;
paddingForScrollViewTwo: number;
paddingObj: PaddingOnThemeType;
};
export default dimensionsModuleForWeb;