/** * 管理输入框值 * * @param valueStr 同步的值 */ export default function useInputValue(valueStr?: string): [string, (value: string) => void];