UNPKG

redoc

Version:
9 lines (8 loc) 280 B
/// <reference types="react" /> import { SecuritySchemeModel } from '../../services'; interface SecuritySchemaProps { RequiredScopes?: JSX.Element; scheme: SecuritySchemeModel; } export declare function SecurityDetails(props: SecuritySchemaProps): JSX.Element; export {};