main
import type { FieldNames } from 'rc-tree/lib/interface'; export const FIELD_NAMES: FieldNames = { key: 'value', title: 'label', } as const;