UNPKG

@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.

11 lines (10 loc) 306 B
export declare const generateShadowStyle: (shadowColor: string, shadowOffset: { width: number; height: number; }, shadowOpacity: number, shadowRadius: number, elevation: number) => { shadowColor: any; shadowOffset: any; shadowOpacity: any; shadowRadius: any; elevation: any; };