diff --git a/src/def.d.ts b/src/def.d.ts index b7e2094..6013689 100644 --- a/src/def.d.ts +++ b/src/def.d.ts @@ -277,6 +277,8 @@ interface VendettaObject { instead: typeof _spitroast.instead; }; metro: { + find: (filter: (m: any) => boolean) => any; + findAll: (filter: (m: any) => boolean) => any[]; findByProps: PropsFinder; findByPropsAll: PropsFinderAll; findByDisplayName: (name: string, defaultExp?: boolean) => any;