export type VelcronOnPressEvent = { onPress?: Array; }; export type VelcronOnLoadEvent = { onLoaded?: Array; }; export type VelcronOnChangedEvent = { onChanged?: Array; }; export type VelcronOnCloseRequestedEvent = { onCloseRequested?: Array; }; export type VelcronOnClosedEvent = { onClosed?: Array; }; export type VelcronEvent = {};