UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

9 lines 386 B
import { ICustomCollectionField } from "../ICustomCollectionField"; export interface ICollectionIconFieldProps { field: ICustomCollectionField; item: any; disableEdit: boolean; fOnValueChange: (fieldId: string, value: any) => void; fValidation: (field: ICustomCollectionField, value: any) => Promise<string>; } //# sourceMappingURL=ICollectionIconFieldProps.d.ts.map