Skip to content

Commit

Permalink
fix: improve typings
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Aug 11, 2021
1 parent 5a66b10 commit aeaf740
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/react/types/theme.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
export interface ScaleValue {}
export interface ScaleValue {
token: number | string
value: number | string
scale: string
prefix: string
}

export interface Token<
/** Token name. */
Expand Down

0 comments on commit aeaf740

Please sign in to comment.