UNPKG

styled-components

Version:

CSS for the <Component> Age. Style components your way with speed, strong typing, and flexibility.

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