Skip to content

Commit fcf4823

Browse files
committed
[mui-tree] Add missing type annotation to clear method
1 parent 7a063c6 commit fcf4823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/material-tree-renderer/src/resources/resource-set.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface ResourceSet {
3333
/**
3434
* Remove all registered resources from the ResourceSet.
3535
*/
36-
clear();
36+
clear(): void;
3737
}
3838

3939
export class ResourceSetImpl implements ResourceSet {

0 commit comments

Comments
 (0)