Run "yarn build:lib"

This commit is contained in:
Eric Liu 2022-01-20 17:00:33 -08:00
commit c7ba17e053
3 changed files with 4 additions and 4 deletions

View file

@ -1153,7 +1153,7 @@ None.
### Types
```ts
export type DropdownItemId = string;
export type DropdownItemId = any;
export type DropdownItemText = string;