From ed053c551490e0b6aad8d44f296ec7e526e5ed1a Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Thu, 27 Feb 2020 10:54:50 +0300 Subject: [PATCH] Add tooltip d.ts shorthand --- exports/tooltip.d.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 exports/tooltip.d.ts diff --git a/exports/tooltip.d.ts b/exports/tooltip.d.ts new file mode 100644 index 000000000..a6f60ae7c --- /dev/null +++ b/exports/tooltip.d.ts @@ -0,0 +1 @@ +export * from './components/tooltip/Tooltip'; \ No newline at end of file