UNPKG

styled-components

Version:

Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress

5 lines (4 loc) 222 B
import { DefaultTheme, ExecutionProps } from '../types'; export default function determineTheme(props: ExecutionProps, providedTheme?: DefaultTheme, defaultProps?: { theme?: DefaultTheme; }): DefaultTheme | undefined;