Skip to content

Commit

Permalink
Re-order types, with recursive definitions at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Apr 1, 2021
1 parent f918536 commit 9382ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Michal Adamczyk <https://github.com/mradamczyk>
// Marvin Hagemeister <https://github.com/marvinhagemeister>

export type ClassValue = string | number | ClassDictionary | ClassArray | undefined | null | boolean;
export type ClassValue = string | number | boolean | undefined | null | ClassDictionary | ClassArray;

export interface ClassDictionary
{
Expand Down

0 comments on commit 9382ce0

Please sign in to comment.