UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

7 lines 183 B
export interface IItem { key: string; icon: string | JSX.Element; title: string | JSX.Element; description: string | JSX.Element; } //# sourceMappingURL=IItem.d.ts.map