Packages

@twind/core › StringifyDeclaration

@twind/core.StringifyDeclaration

Ƭ StringifyDeclaration<Theme>: (property: string, value: string, context: Context<Theme>) => string

Type parameters

NameType
Themeextends BaseTheme = BaseTheme

Type declaration

▸ (property, value, context): string

Parameters
NameType
propertystring
valuestring
contextContext<Theme>
Returns

string

Defined in

packages/core/src/types.ts:290