UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

6 lines 287 B
import { ActionChange, ITermAction } from "./ITermsActions"; export declare const getTermActionChange: (tac: ActionChange[], termAction: ITermAction) => { actionDisabled: boolean | undefined; actionHidden: boolean | undefined; }; //# sourceMappingURL=getTermActionChange.d.ts.map