mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
🤖 Merge PR #45000 Added 'supportedSubmitMethods' missing type definition to 'swagger-ui-react' package by @KEC79
This commit is contained in:
parent
78c2fa924f
commit
82cbc886fe
1
types/swagger-ui-react/index.d.ts
vendored
1
types/swagger-ui-react/index.d.ts
vendored
@ -28,6 +28,7 @@ export interface SwaggerUIProps {
|
||||
docExpansion?: 'list' | 'full' | 'none';
|
||||
defaultModelExpandDepth?: number;
|
||||
plugins?: Plugin[];
|
||||
supportedSubmitMethods?: string[];
|
||||
}
|
||||
|
||||
declare class SwaggerUI extends React.PureComponent<SwaggerUIProps> {}
|
||||
|
||||
@ -17,5 +17,6 @@ import SwaggerUI from 'swagger-ui-react';
|
||||
},
|
||||
},
|
||||
]}
|
||||
supportedSubmitMethods={[]}
|
||||
/>
|
||||
</div>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user