UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

15 lines 257 B
/** * Public properties of the FilterBarItem * */ export interface IFilterBarItem { /** Label of the filter */ label: string; /** Value of the filter */ value: string; } //# sourceMappingURL=IFilterBarItem.d.ts.map