sp-dev-fx-webparts/samples/react-script-editor-onprem/src/webparts/scriptEditor/IScriptEditorWebPartProps.ts

7 lines
138 B
TypeScript

export interface IScriptEditorWebPartProps {
script: string;
title: string;
removePadding: boolean;
spPageContextInfo: boolean;
}