创高项目初始化
This commit is contained in:
11
client/node_modules/element-plus/lib/components/select-v2/src/useAllowCreate.d.ts
generated
vendored
Normal file
11
client/node_modules/element-plus/lib/components/select-v2/src/useAllowCreate.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Option, SelectStates } from "./select.types.js";
|
||||
import { SelectV2Props } from "./defaults.js";
|
||||
//#region ../../packages/components/select-v2/src/useAllowCreate.d.ts
|
||||
declare function useAllowCreate(props: SelectV2Props, states: SelectStates): {
|
||||
createNewOption: (query: string) => void;
|
||||
removeNewOption: (option: Option) => void;
|
||||
selectNewOption: (option: Option) => void;
|
||||
clearAllNewOption: () => void;
|
||||
};
|
||||
//#endregion
|
||||
export { useAllowCreate };
|
||||
Reference in New Issue
Block a user