SelectState.js 88 B

12345
  1. const SelectState = {
  2. Select: "select",
  3. index: null,
  4. };
  5. export default SelectState;