Skip to content

Commit

Permalink
set type for a labeled expression
Browse files Browse the repository at this point in the history
  • Loading branch information
timofei-iatsenko committed Jan 16, 2025
1 parent 6ea6c4a commit f12123d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/macro/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,4 @@ export const msg: typeof defineMessage
/**
* Helps to define a name for a variable in the message
*/
export function ph(def: LabeledExpression): string
export function ph(def: LabeledExpression<string | number>): string

0 comments on commit f12123d

Please sign in to comment.