Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.22 KB

_style_.md

File metadata and controls

60 lines (36 loc) · 1.22 KB

@johanneslumpe/styled-props > "style"

External module: "style"

Index

Functions


Functions

<Const> DEFAULT_ARRAY_RESOLVER

DEFAULT_ARRAY_RESOLVER(value: Array<string | number>): string

Defined in style.ts:5

Parameters:

Name Type
value Array<string | number>

Returns: string


style

style<P,T,B>(__namedParameters: object): styleImplementation

Defined in style.ts:8

Type parameters:

P

T : __type

B : __type

Parameters:

__namedParameters: object

Name Type Default value
arrayResolver function DEFAULT_ARRAY_RESOLVER
cssProp string -
prop Extract<keyof P, string> -
themeProp undefined | Extract<keyof T, string> -

Returns: styleImplementation