UNPKG

mobile-more

Version:

基于 antd-mobile v5 扩展移动端 UI 组件

5 lines (4 loc) 205 B
type NamePath = string | number; type NamePaths = NamePath[]; declare const getNamePaths: (name: NamePath | NamePaths, parentListName?: (NamePath | NamePaths)[]) => NamePaths; export default getNamePaths;