jslib-nightly
Version:
SheerID JavaScript Library
7 lines (6 loc) • 333 B
TypeScript
/// <reference types="react-intl" />
import React from 'react';
export declare const filterOrgsFromParamsUrl: (dynamic: any, fixed: any) => any[][];
export declare const RequestOrganizationSearchComponent: React.ComponentClass<Pick<unknown, never>, any> & {
WrappedComponent: React.ComponentType<ReactIntl.InjectedIntlProps>;
};