Skip to content

Latest commit

 

History

History
96 lines (57 loc) · 3.28 KB

_types_.md

File metadata and controls

96 lines (57 loc) · 3.28 KB

@johanneslumpe/styled-props > "types"

External module: "types"

Index

Interfaces

Type aliases


Type aliases

InferPropsFromFunctionArgument

Ƭ InferPropsFromFunctionArgument: InferPropsFromFunctionArgument<T>

Defined in types.ts:8


ResponsiveObject

Ƭ ResponsiveObject: object

Defined in types.ts:49

Type declaration


ResponsiveProp

Ƭ ResponsiveProp: ResponsiveProp<ValueType, BreakPoints>

Defined in types.ts:39


ResponsivePropValue

Ƭ ResponsivePropValue: object & BaseCssValue<ValueType>

Defined in types.ts:34


StyleProps

Ƭ StyleProps: InferPropsFromFunctionArgument<T1> & InferPropsFromFunctionArgument<T2> & InferPropsFromFunctionArgument<T3> & InferPropsFromFunctionArgument<T4> & InferPropsFromFunctionArgument<T5> & InferPropsFromFunctionArgument<T6> & InferPropsFromFunctionArgument<T7> & InferPropsFromFunctionArgument<T8> & InferPropsFromFunctionArgument<T9>

Defined in types.ts:14


ThemeWithBreakpoints

Ƭ ThemeWithBreakpoints: ThemeWithBreakpoints<T, B>

Defined in types.ts:61


WithTheme

Ƭ WithTheme: ResponsiveObject<P, B> & ThemeWithBreakpoints<T, B>

Defined in types.ts:65