From b0a2cacd82ba3e24f22470f624be0f3d8324a478 Mon Sep 17 00:00:00 2001
From: Steve Klebanoff <steve.klebanoff@gmail.com>
Date: Mon, 15 Oct 2018 17:11:43 -0700
Subject: take out explicit children definition in props

---
 .../instant/src/components/animations/slide_up_and_down_animation.tsx    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packages/instant/src/components/animations/slide_up_and_down_animation.tsx b/packages/instant/src/components/animations/slide_up_and_down_animation.tsx
index a78607afa..9c18e0933 100644
--- a/packages/instant/src/components/animations/slide_up_and_down_animation.tsx
+++ b/packages/instant/src/components/animations/slide_up_and_down_animation.tsx
@@ -35,7 +35,6 @@ export const SlideAnimation =
 
 export interface SlideAnimationComponentProps {
     downY: string;
-    children?: React.ReactNode;
 }
 
 export const SlideUpAnimationComponent: React.StatelessComponent<SlideAnimationComponentProps> = props => (
-- 
cgit v1.2.3