Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrogenous committed Jul 3, 2024
1 parent 0d3129c commit 1892ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/checkbox/checkbox.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export interface CheckboxState {
* Current focused state as a boolean.
* @defaultValue false
*/
focused: boolean;
focused: boolean;
}

/**
Expand Down

0 comments on commit 1892ce5

Please sign in to comment.