Skip to content

Commit

Permalink
CodeReview.
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 committed Apr 18, 2024
1 parent c4cd59c commit f22adeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/TarSelect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
export type SelectOption = {
/**
* The input will display with a disabled style and will not react to events.
* The option will display with a disabled style and will not react to events.
*/
disabled?: boolean;
/**
Expand Down Expand Up @@ -88,6 +88,6 @@ export type SelectOptions = {
export type SelectSize = "small" | "medium" | "large";

/**
* The status values of the TarInput component.
* The status values of the TarSelect component.
*/
export type SelectStatus = "invalid" | "valid";

0 comments on commit f22adeb

Please sign in to comment.