@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
11 lines • 393 B
TypeScript
import { IVideoEmbedProperties } from "./IPropertyPaneWebPartInformation";
/**
* PropertyFieldColorPickerHost properties interface
*/
export interface IPropertyPaneWebPartInformationHostProps {
videoProperties?: IVideoEmbedProperties;
moreInfoLink?: string;
moreInfoLinkTarget?: string;
description: string;
}
//# sourceMappingURL=IPropertyPaneWebPartInformationHost.d.ts.map