Type Alias: CancelCallback()
type CancelCallback = (isEscapePressed) => void;
Parameters
Parameter
Type
isEscapePressedbooleanReturns
void
type CancelCallback = (isEscapePressed) => void;
isEscapePressedbooleanvoid