UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

6 lines 275 B
import { IFieldCollectionDataProps } from "../../../FieldCollectionData"; export interface ICollectionDataViewerProps extends IFieldCollectionDataProps { fOnSave: (items: any[]) => void; fOnClose: () => void; } //# sourceMappingURL=ICollectionDataViewerProps.d.ts.map