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.

11 lines
514 B

4 months ago
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;