source: imaps-frontend/node_modules/eslint-plugin-react/lib/util/propWrapper.d.ts@ 0c6b92a

main
Last change on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • Property mode set to 100644
File size: 398 bytes
Line 
1export function formatPropWrapperFunctions(propWrapperFunctions: any): string;
2export function getExactPropWrapperFunctions(context: any): Set<any>;
3export function getPropWrapperFunctions(context: any): Set<any>;
4export function isExactPropWrapperFunction(context: any, name: any): any;
5export function isPropWrapperFunction(context: any, name: any): any;
6//# sourceMappingURL=propWrapper.d.ts.map
Note: See TracBrowser for help on using the repository browser.