Files
video-gen/video-gen-admin/node_modules/@rc-component/tree-select/lib/utils/legacyUtil.d.ts
T
2026-05-25 17:08:18 +08:00

6 lines
464 B
TypeScript

import * as React from 'react';
import type { DataNode, ChangeEventExtra, SafeKey, FieldNames } from '../interface';
export declare function convertChildrenToData(nodes: React.ReactNode): DataNode[];
export declare function fillLegacyProps(dataNode: DataNode): DataNode;
export declare function fillAdditionalInfo(extra: ChangeEventExtra, triggerValue: SafeKey, checkedValues: SafeKey[], treeData: DataNode[], showPosition: boolean, fieldNames: FieldNames): void;