Latest updates from IceHrmPro
This commit is contained in:
+5
@@ -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