UNPKG

sp-formgen-react

Version:

Formula generator for SharePoint with JSON for react. UI Fabric controls are used for rendering

12 lines (11 loc) 423 B
import { Container } from 'inversify'; /** * Inversion Of Control class container. * @param useLocalHost If is true then use the SharePointTargetLocal otherwise the SharePointTargetOnline as target. */ export declare class SPContainer extends Container { private targetInfo; private serverRelativeUrl; constructor(useLocalHost: boolean, serverRelativeUrl: string); declareDependencies(): void; }