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.
InternshipProject/node_modules/rc-tree-select/lib/hooks/useCache.d.ts

8 lines
323 B

import type { LabeledValueType } from '../TreeSelect';
declare const _default: (values: LabeledValueType[]) => [LabeledValueType[]];
/**
* This function will try to call requestIdleCallback if available to save performance.
* No need `getLabel` here since already fetch on `rawLabeledValue`.
*/
export default _default;