import type { FormItemType, ListType } from '../type'; /** * 获取所有可定制的列表字段 * * @param listType */ declare const useAllListFields: (listType?: ListType) => FormItemType[]; export default useAllListFields;