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/useCheckedKeys.d.ts

6 lines
378 B

import * as React from 'react';
import type { DataEntity } from 'rc-tree/lib/interface';
import type { LabeledValueType, RawValueType } from '../TreeSelect';
declare const _default: (rawLabeledValues: LabeledValueType[], rawHalfCheckedValues: LabeledValueType[], treeConduction: boolean, keyEntities: Record<React.Key, DataEntity>) => RawValueType[][];
export default _default;