first commit
This commit is contained in:
4
frontend/node_modules/rc-cascader/es/hooks/useSelect.d.ts
generated
vendored
Normal file
4
frontend/node_modules/rc-cascader/es/hooks/useSelect.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/// <reference types="react" />
|
||||
import type { InternalValueType, ShowCheckedStrategy, SingleValueType } from '../Cascader';
|
||||
import type { GetEntities } from './useEntities';
|
||||
export default function useSelect(multiple: boolean, triggerChange: (nextValues: InternalValueType) => void, checkedValues: SingleValueType[], halfCheckedValues: SingleValueType[], missingCheckedValues: SingleValueType[], getPathKeyEntities: GetEntities, getValueByKeyPath: (pathKeys: React.Key[]) => SingleValueType[], showCheckedStrategy?: ShowCheckedStrategy): (valuePath: SingleValueType) => void;
|
||||
Reference in New Issue
Block a user