From 31723daa46ff0a20b1101b933d98c6bf434c4b70 Mon Sep 17 00:00:00 2001 From: John Grishin Date: Fri, 21 Dec 2018 02:52:03 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20`variant`=20alias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.js b/src/index.js index 57cdb9e..35d2d86 100644 --- a/src/index.js +++ b/src/index.js @@ -2,7 +2,6 @@ export * from './constants' export { createStyles as default, - createVariant as variant, createVariant, createStyles, themeStyle,