UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

8 lines 278 B
import { IMarkdownProps } from 'markdown-to-jsx'; export interface IPropertyPaneMarkdownContentHostProps { className?: string; description?: string; markdown: string; markdownProps: IMarkdownProps; } //# sourceMappingURL=IPropertyPaneMarkdownContentHost.d.ts.map