You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
525 B
6 lines
525 B
import * as React from 'react';
|
|
import type { RefOptionListProps } from 'rc-select/lib/OptionList';
|
|
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) => void;
|
|
export default _default;
|