Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ypcode
Created July 7, 2017 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ypcode/b233081395376457e12fb91eb398117a to your computer and use it in GitHub Desktop.
Save ypcode/b233081395376457e12fb91eb398117a to your computer and use it in GitHub Desktop.
const element: React.ReactElement<IHardwareRequestFormProps > = React.createElement(
HardwareRequestForm,
{
description: this.properties.description,
httpClient: this.context.httpClient
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment