jslib-nightly
Version:
SheerID JavaScript Library
8 lines (7 loc) • 356 B
TypeScript
import { Organization } from '../../lib/types/types';
interface RequestOrganizationSearchResultComponentProps {
eligibleOrgs: Organization[];
ineligibleOrgs: Organization[];
}
export declare const RequestOrganizationSearchResultComponent: ({ eligibleOrgs, ineligibleOrgs }: RequestOrganizationSearchResultComponentProps) => JSX.Element;
export {};