UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

7 lines (6 loc) 346 B
import { RequestOrganizationService } from '../../lib/types/types'; interface RequestOrganizationLoadStepComponentProps { requestOrganizationService: RequestOrganizationService; } export declare const RequestOrganizationLoadStepComponent: ({ requestOrganizationService }: RequestOrganizationLoadStepComponentProps) => JSX.Element; export {};