mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Redundant namespace export
This commit is contained in:
2
types/react-google-recaptcha/index.d.ts
vendored
2
types/react-google-recaptcha/index.d.ts
vendored
@@ -6,8 +6,6 @@
|
||||
|
||||
import * as React from 'react';
|
||||
|
||||
export as namespace RGR;
|
||||
|
||||
export default ReCAPTCHA;
|
||||
|
||||
declare class ReCAPTCHA extends React.Component<ReCAPTCHAProps> {
|
||||
|
||||
Reference in New Issue
Block a user