dAppBooster
    Preparing search index...
    RenderInputProps: Omit<InputProps, "onChange"> & {
        inputRef: RefObject<HTMLInputElement | null>;
        onChange: (event: ChangeEvent<HTMLInputElement> | string) => void;
    }