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