first commit
This commit is contained in:
9
frontend/node_modules/rc-cascader/es/hooks/useOptions.d.ts
generated
vendored
Normal file
9
frontend/node_modules/rc-cascader/es/hooks/useOptions.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as React from 'react';
|
||||
import type { DefaultOptionType } from '..';
|
||||
import type { InternalFieldNames, SingleValueType } from '../Cascader';
|
||||
import { type GetEntities } from './useEntities';
|
||||
export default function useOptions(mergedFieldNames: InternalFieldNames, options?: DefaultOptionType[]): [
|
||||
mergedOptions: DefaultOptionType[],
|
||||
getPathKeyEntities: GetEntities,
|
||||
getValueByKeyPath: (pathKeys: React.Key[]) => SingleValueType[]
|
||||
];
|
||||
Reference in New Issue
Block a user