UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

11 lines 340 B
import { IReadonlyTheme } from '@microsoft/sp-component-base'; export interface IGlobalState { files: File[]; selectedFiles: File[]; isLoading: boolean; themeVariant: IReadonlyTheme; onUploadFiles?: (files: File[]) => void; containerWidth?: number; pageSize?: number; } //# sourceMappingURL=IGlobalState.d.ts.map