UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

8 lines (7 loc) 300 B
import { Organization } from '../../lib/types/types'; interface OrganizationResultComponentProps { organization: Organization; isEligible: boolean; } export declare const OrganizationResultComponent: ({ organization, isEligible }: OrganizationResultComponentProps) => JSX.Element; export {};