first commit
This commit is contained in:
16
node_modules/eslint-plugin-react/lib/util/pragma.d.ts
generated
vendored
Normal file
16
node_modules/eslint-plugin-react/lib/util/pragma.d.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @param {Context} context
|
||||
* @returns {string}
|
||||
*/
|
||||
export function getCreateClassFromContext(context: Context): string;
|
||||
/**
|
||||
* @param {Context} context
|
||||
* @returns {string}
|
||||
*/
|
||||
export function getFragmentFromContext(context: Context): string;
|
||||
/**
|
||||
* @param {Context} context
|
||||
* @returns {string}
|
||||
*/
|
||||
export function getFromContext(context: Context): string;
|
||||
//# sourceMappingURL=pragma.d.ts.map
|
||||
Reference in New Issue
Block a user