diff --git a/types/isotope-layout/index.d.ts b/types/isotope-layout/index.d.ts index e10c0ea7c7..b236b39da6 100644 --- a/types/isotope-layout/index.d.ts +++ b/types/isotope-layout/index.d.ts @@ -101,7 +101,7 @@ declare namespace Isotope { /** * Sorts items according to which property of getSortData. The value of sortBy needs to match a key name in getSortData. */ - sortBy?: string; + sortBy?: string | string[]; /** * Staggers item transitions, so items transition incrementally after one another. Set as a CSS time format, '0.03s', or as a number in milliseconds, 30. */