Packages
@twind/core › StringifyDeclaration
@twind/core.StringifyDeclaration
Ƭ StringifyDeclaration<Theme>: (property: string, value: string, context: Context<Theme>) => string
Type parameters
| Name | Type |
|---|---|
Theme | extends BaseTheme = BaseTheme |
Type declaration
▸ (property, value, context): string
Parameters
| Name | Type |
|---|---|
property | string |
value | string |
context | Context<Theme> |
Returns
string