UNPKG

@pnp/spfx-controls-react

Version:

Reusable React controls for SharePoint Framework solutions

8 lines 248 B
export interface IPillProps { onClick: (label?: string, value?: string) => void; clearAll?: boolean; value?: string; field?: string; } export declare const Pill: (props: IPillProps) => JSX.Element; //# sourceMappingURL=Pill.d.ts.map