ant-design-vue
Version:
An enterprise-class UI design language and Vue-based implementation
8 lines (7 loc) • 542 B
TypeScript
import type { DefaultOptionType, FieldNames, InternalFieldNames, SingleValueType } from '../Cascader';
export declare const VALUE_SPLIT = "__RC_CASCADER_SPLIT__";
export declare function toPathKey(value: SingleValueType): string;
export declare function toPathKeys(value: SingleValueType[]): string[];
export declare function toPathValueStr(pathKey: string): string[];
export declare function fillFieldNames(fieldNames?: FieldNames): InternalFieldNames;
export declare function isLeaf(option: DefaultOptionType, fieldNames: FieldNames): any;