package com.reactcommunity.rndatetimepicker;

public enum RNMaterialInputMode {
  DEFAULT,
  KEYBOARD
}
