//#region packages/name/getComponentNames.d.ts /** * 组件 获取三种方式名称 el-input ElInput elInput * @param { string } name 要转换的字符串 * @returns { Array } 转换后的数组 */ declare function getComponentNames(name: string): Array; //#endregion export { getComponentNames as t };