first commit
This commit is contained in:
10
frontend/node_modules/rc-cascader/lib/OptionList/useKeyboard.d.ts
generated
vendored
Normal file
10
frontend/node_modules/rc-cascader/lib/OptionList/useKeyboard.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { RefOptionListProps } from 'rc-select/lib/OptionList';
|
||||
import * as React from 'react';
|
||||
import type { DefaultOptionType, InternalFieldNames, SingleValueType } from '../Cascader';
|
||||
declare const _default: (ref: React.Ref<RefOptionListProps>, options: DefaultOptionType[], fieldNames: InternalFieldNames, activeValueCells: React.Key[], setActiveValueCells: (activeValueCells: React.Key[]) => void, onKeyBoardSelect: (valueCells: SingleValueType, option: DefaultOptionType) => void, contextProps: {
|
||||
direction?: "ltr" | "rtl" | undefined;
|
||||
searchValue: string;
|
||||
toggleOpen: (open?: boolean) => void;
|
||||
open?: boolean | undefined;
|
||||
}) => void;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user