jslib-nightly
Version:
SheerID JavaScript Library
8 lines (7 loc) • 346 B
TypeScript
import { DatabaseId, RequestOrganizationViewModel } from '../../lib/types/types';
interface RequestOrganizationFormComponentProps {
programId: DatabaseId;
viewModel?: RequestOrganizationViewModel;
}
export declare const RequestOrganizationForm: ({ programId, viewModel }: RequestOrganizationFormComponentProps) => JSX.Element;
export {};