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