jslib-nightly
Version:
SheerID JavaScript Library
7 lines (6 loc) • 343 B
TypeScript
import { RequestOrganizationService } from '../../lib/types/types';
interface RequestOrganizationSuccessComponentProps {
requestOrganizationService: RequestOrganizationService;
}
export declare const RequestOrganizationSuccessComponent: ({ requestOrganizationService }: RequestOrganizationSuccessComponentProps) => JSX.Element;
export {};