/** * 拆开驼峰的两个词(不支持大于2个的情况) */ export default function splitCamel(word: string): string[];