export CompositeAnimation type

Differential Revision: D7216928

fbshipit-source-id: 9e8c456c7e94ec3456061ad5c699c0eae30cbe5e
This commit is contained in:
Jiajie Zhu
2018-03-10 20:19:07 -08:00
committed by Facebook Github Bot
parent 01fffa245d
commit 450e562727

View File

@@ -39,7 +39,7 @@ import type {DecayAnimationConfig} from './animations/DecayAnimation';
import type {SpringAnimationConfig} from './animations/SpringAnimation';
import type {Mapping, EventConfig} from './AnimatedEvent';
type CompositeAnimation = {
export type CompositeAnimation = {
start: (callback?: ?EndCallback) => void,
stop: () => void,
reset: () => void,