import { WebPartContext } from "@microsoft/sp-webpart-base"; export interface IReactNewProps { description: string; context:WebPartContext; }