UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

6 lines 325 B
import { IBaseCollectionFieldProps } from '../IBaseCollectionFIeldsProps'; export type CollectionIconFieldRenderMode = 'textbox' | 'picker'; export interface ICollectionIconFieldProps extends IBaseCollectionFieldProps { renderMode?: CollectionIconFieldRenderMode; } //# sourceMappingURL=ICollectionIconFieldProps.d.ts.map