UNPKG

jslib-nightly

Version:

SheerID JavaScript Library

7 lines (6 loc) 311 B
import React from 'react'; import { RequestOrganizationService } from '../types/types'; export declare const RequestOrganizationStore: ({ children }: { children: JSX.Element | string; }) => JSX.Element; export declare const RequestOrganizationContext: React.Context<[RequestOrganizationService, Function]>;