Skip to content

Commit

Permalink
fix(heading): Sizes type was wrong (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
hachiojidev authored Feb 15, 2021
1 parent 6d88878 commit f5155e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Heading/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const sizes = {
LG: "lg",
XL: "xl",
XXL: "xxl",
};
} as const;

export type Tags = typeof tags[keyof typeof tags];
export type Sizes = typeof sizes[keyof typeof sizes];
Expand Down

0 comments on commit f5155e0

Please sign in to comment.