UNPKG

iking-utils

Version:

金合前端工具库

9 lines (8 loc) 225 B
import { TreeHelperConfig } from '../types'; export declare const getConfig: (config: Partial<TreeHelperConfig>) => { id: string; children: string; pid: string; sort: string; needSort: boolean; };