From fa50bc5c092771c67e670fc91f71dfe57d9b6ea4 Mon Sep 17 00:00:00 2001 From: Dave Snider Date: Wed, 28 Nov 2018 13:35:05 -0800 Subject: [PATCH] feedback --- src/components/horizontal_rule/horizontal_rule.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/horizontal_rule/horizontal_rule.tsx b/src/components/horizontal_rule/horizontal_rule.tsx index bb89632dc17..c30291ae2ce 100644 --- a/src/components/horizontal_rule/horizontal_rule.tsx +++ b/src/components/horizontal_rule/horizontal_rule.tsx @@ -4,8 +4,7 @@ import classNames from 'classnames'; import { CommonProps } from '../common'; export type EuiHorizontalRuleSize = keyof typeof sizeToClassNameMap; - -export type EuiHorizontalRuleMargin = 'none' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl'; +export type EuiHorizontalRuleMargin = keyof typeof marginToClassNameMap; export interface EuiHorizontalRuleProps { /**