UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

7 lines 311 B
import { IFilterBarItemGroup } from "./IFilterBarItemGroup"; export interface IOverflowPillProps { onClick: (label?: string, value?: string) => void; items: IFilterBarItemGroup[]; } export declare const OverflowPill: (props: IOverflowPillProps) => JSX.Element; //# sourceMappingURL=OverflowPill.d.ts.map