From 48e40ed3b9a27fd20964ffa73d389063b4d7b294 Mon Sep 17 00:00:00 2001 From: Stephan Wolski Date: Sun, 18 Mar 2018 22:21:35 -0400 Subject: [PATCH] docs: added import example to GoldenLayoutComponent docs --- src/GoldenLayout.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/GoldenLayout.js b/src/GoldenLayout.js index 07aa99a..12fff37 100644 --- a/src/GoldenLayout.js +++ b/src/GoldenLayout.js @@ -22,6 +22,8 @@ export type GoldenLayoutComponentProps = {| /** * Create a GoldenLayout instance * @example + * import GoldenLayout, { Row, Stack, createGoldenLayoutComponent } from 'react-golden-layout'; + * ... * * *