Skip to content

Commit

Permalink
Fix **Parameter 'value' implicitly has an 'any' type**
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Dec 6, 2023
1 parent b05d5d4 commit 4df3165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/css/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export type SemanticDefinitions = { [key in keyof typeof semantics]?: CSSDeclara
export interface FunctionDefinition {
unit?: string
colored?: boolean
transform?(this: Rule, value: string): string | ValueComponent[]
transform?(this: Rule, value: string, bypassVariableNames?: string[]): string | ValueComponent[]
}
export type FunctionDefinitions = { [key: string]: FunctionDefinition }

Expand Down

0 comments on commit 4df3165

Please sign in to comment.