feat(tag): support outline type

This commit is contained in:
metonym 2021-10-14 15:30:43 -07:00
commit 7cc95e452b
6 changed files with 21 additions and 3 deletions

3
types/Tag/Tag.d.ts vendored
View file

@ -18,7 +18,8 @@ export interface TagProps
| "gray"
| "cool-gray"
| "warm-gray"
| "high-contrast";
| "high-contrast"
| "outline";
/**
* @default "default"