import { SpecialValueMap } from "types/global"; const focusConfig: SpecialValueMap = { top: ["0", "2"], bottom: ["0", "1"], }; export { focusConfig };