Export LayoutAnimationConfig type

Summary:
Can be handy for general animation components, like `FancySuspense`.

ChangeLog:
[General][Added] Export LayoutAnimationConfig flow type

Reviewed By: zackargyle, TheSavior

Differential Revision: D19345668

fbshipit-source-id: 26178d1eb0b6f710f652bf82c8095dec5bf5afbd
This commit is contained in:
Spencer Ahrens
2020-01-28 17:10:30 -08:00
committed by Facebook Github Bot
parent 3b55e1e877
commit f0dafd34fe
+1 -1
View File
@@ -33,7 +33,7 @@ type AnimationConfig = $ReadOnly<{|
property?: Property,
|}>;
type LayoutAnimationConfig = $ReadOnly<{|
export type LayoutAnimationConfig = $ReadOnly<{|
duration: number,
create?: AnimationConfig,
update?: AnimationConfig,