UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

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