1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-04 18:59:19 +00:00

6 lines
282 B
TypeScript

import * as React from 'react';
import { IPropertyPaneHTMLHostProps } from './IPropertyPaneHTMLHostProps';
export default class PropertyPaneHTMLHost extends React.Component<IPropertyPaneHTMLHostProps> {
render(): JSX.Element;
}
//# sourceMappingURL=PropertyPaneHTMLHost.d.ts.map