UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

8 lines 317 B
import { IViewField } from "../../../../common/interfaces/openSource/spfxControlsReact/@3.7.2/IViewField"; export interface IViewFieldDD extends IViewField { linkSubstitute?: string; textSubstitute?: string; showEmptyAsEmpty?: boolean; render?: any; } //# sourceMappingURL=IViewFieldDD.d.ts.map