first commit
This commit is contained in:
6
frontend/node_modules/rc-cascader/lib/OptionList/List.d.ts
generated
vendored
Normal file
6
frontend/node_modules/rc-cascader/lib/OptionList/List.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { useBaseProps } from 'rc-select';
|
||||
import type { RefOptionListProps } from 'rc-select/lib/OptionList';
|
||||
import * as React from 'react';
|
||||
export type RawOptionListProps = Pick<ReturnType<typeof useBaseProps>, 'prefixCls' | 'multiple' | 'searchValue' | 'toggleOpen' | 'notFoundContent' | 'direction' | 'open' | 'disabled'>;
|
||||
declare const RawOptionList: React.ForwardRefExoticComponent<RawOptionListProps & React.RefAttributes<RefOptionListProps>>;
|
||||
export default RawOptionList;
|
||||
Reference in New Issue
Block a user