sp-dev-fx-webparts/samples/react-enhanced-powerapps/lib/controls/PropertyPaneHTML/IPropertyPaneHTMLInternalPr...

5 lines
318 B
TypeScript
Raw Normal View History

import { IPropertyPaneCustomFieldProps } from "@microsoft/sp-property-pane";
import { IPropertyPaneHTMLProps } from "./IPropertyPaneHTMLProps";
export interface IPropertyPaneHTMLInternalProps extends IPropertyPaneHTMLProps, IPropertyPaneCustomFieldProps {
}
//# sourceMappingURL=IPropertyPaneHTMLInternalProps.d.ts.map