UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

8 lines 215 B
/// <reference types="react" /> export interface IItem { key: string; icon: string | JSX.Element; title: string | JSX.Element; description: string | JSX.Element; } //# sourceMappingURL=IItem.d.ts.map