UNPKG

linkmore-design

Version:

🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€

11 lines (10 loc) β€’ 455 B
/// <reference types="react" /> import type { Key, DataIndex } from '../interface'; export declare function getPathValue<ValueType, ObjectType extends object>(record: ObjectType, path: DataIndex): ValueType; interface GetColumnKeyColumn { key?: Key; dataIndex?: DataIndex; } export declare function getColumnsKey(columns: readonly GetColumnKeyColumn[]): import("react").Key[]; export declare function validateValue<T>(val: T): boolean; export {};