diff --git a/types/jss/jss-tests.ts b/types/jss/jss-tests.ts index 948dca39a2..80f4c1e94f 100644 --- a/types/jss/jss-tests.ts +++ b/types/jss/jss-tests.ts @@ -89,6 +89,7 @@ sheetsRegistry.registry.length; // $ExpectType number sheetsRegistry.remove(secondStyleSheet); sheetsRegistry.index(); // $ExpectType number +sheetsRegistry.index; // $ExpectType () => number sheetsRegistry.toString(); // $ExpectType string // With css options sheetsRegistry.toString({indent: 5}); // $ExpectType string