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