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: