diff options
author | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-10-16 08:11:43 +0800 |
---|---|---|
committer | Steve Klebanoff <steve.klebanoff@gmail.com> | 2018-10-16 08:11:43 +0800 |
commit | b0a2cacd82ba3e24f22470f624be0f3d8324a478 (patch) | |
tree | 70c38c363ba006a0788e9e9c7336424f38477d80 /packages/instant/src/components | |
parent | 45ff83d8528af047e35d0cbe5358624a2b086fa7 (diff) | |
download | dexon-0x-contracts-b0a2cacd82ba3e24f22470f624be0f3d8324a478.tar dexon-0x-contracts-b0a2cacd82ba3e24f22470f624be0f3d8324a478.tar.gz dexon-0x-contracts-b0a2cacd82ba3e24f22470f624be0f3d8324a478.tar.bz2 dexon-0x-contracts-b0a2cacd82ba3e24f22470f624be0f3d8324a478.tar.lz dexon-0x-contracts-b0a2cacd82ba3e24f22470f624be0f3d8324a478.tar.xz dexon-0x-contracts-b0a2cacd82ba3e24f22470f624be0f3d8324a478.tar.zst dexon-0x-contracts-b0a2cacd82ba3e24f22470f624be0f3d8324a478.zip |
take out explicit children definition in props
Diffstat (limited to 'packages/instant/src/components')
-rw-r--r-- | packages/instant/src/components/animations/slide_up_and_down_animation.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
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 => ( |