You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
514 B
10 lines
514 B
import { NodeConfig } from '../types';
|
|
export declare const getAllSortProperties: (nodes?: NodeConfig[], n?: number) => string[];
|
|
export declare const getPropertyWeight: (nodes: NodeConfig[]) => any[];
|
|
export declare const getAllProperties: (nodes: any, key?: any) => any[];
|
|
declare const _default: {
|
|
getAllSortProperties: (nodes?: NodeConfig[], n?: number) => string[];
|
|
getPropertyWeight: (nodes: NodeConfig[]) => any[];
|
|
getAllProperties: (nodes: any, key?: any) => any[];
|
|
};
|
|
export default _default;
|
|
|