From 1a211e3f14b8732f156bdb18bf4275e781b7899b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B0=D0=B5=D0=B2=20=D0=95=D0=B2=D0=B3=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B9?= Date: Mon, 11 Jul 2022 14:02:54 +0300 Subject: [PATCH] feat: add yagr plugin types export --- src/plugins/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/index.ts b/src/plugins/index.ts index bfff9669..45a65f29 100644 --- a/src/plugins/index.ts +++ b/src/plugins/index.ts @@ -1 +1,2 @@ export {YagrPlugin} from './yagr'; +export type {YagrWidgetData, YagrWidgetProps} from './yagr/types';