From 1a2958822d768bce9a0c85eb6d4640644c1c3f6f Mon Sep 17 00:00:00 2001 From: Joel Rodrigues <19577724+joelfmrodrigues@users.noreply.github.com> Date: Wed, 6 Sep 2023 10:42:19 +0100 Subject: [PATCH] Formatted doc file --- docs/documentation/docs/controls/AdaptiveCardDesignerHost.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/documentation/docs/controls/AdaptiveCardDesignerHost.md b/docs/documentation/docs/controls/AdaptiveCardDesignerHost.md index c398d8510..18076f78b 100644 --- a/docs/documentation/docs/controls/AdaptiveCardDesignerHost.md +++ b/docs/documentation/docs/controls/AdaptiveCardDesignerHost.md @@ -30,11 +30,13 @@ Here is an example of the control in action inside a Web Part: * Check that you installed the `@pnp/spfx-controls-react` dependency. Check out the [getting started](../../#getting-started) page for more information about installing the dependency. * In your component file, import the `AdaptiveCardDesignerHost` control as follows: + ```Typescript import { AdaptiveCardDesignerHost, HostContainer, BindingPreviewMode, Versions } from "@pnp/spfx-controls-react/lib/AdaptiveCardDesignerHost"; ``` - Example on use the `AdaptiveCardDesignerHost` control with only required properties: + ```Typescript ``` + ## Implementation The `AdaptiveCardDesignerHost` control can be configured with the following properties: