Latest updates from IceHrmPro
This commit is contained in:
5
web/node_modules/rc-picker/es/hooks/useTextValueMapping.d.ts
generated
vendored
Normal file
5
web/node_modules/rc-picker/es/hooks/useTextValueMapping.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export default function useTextValueMapping<ValueType>({ valueTexts, onTextChange, }: {
|
||||
/** Must useMemo, to assume that `valueTexts` only match on the first change */
|
||||
valueTexts: string[];
|
||||
onTextChange: (text: string) => void;
|
||||
}): [string, (text: string) => void, () => void];
|
||||
Reference in New Issue
Block a user