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