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.

3 lines (2 loc) 302 B
import { GenericTheme } from '../types/base-theme-types'; export declare const getBorderRadius: (theme: GenericTheme<any>, borderRadius?: number, borderTopLeftRadius?: number, borderTopRightRadius?: number, borderBottomRightRadius?: number, borderBottomLeftRadius?: number, debug?: boolean) => string;