UNPKG

@equinor/eds-utils

Version:

Utility functions and hooks for the Equinor Design System

8 lines (7 loc) 220 B
type ReactInternalHack = { _valueTracker?: { setValue: (a: string) => void; }; }; export declare const setReactInputValue: (input: HTMLInputElement & ReactInternalHack, value: string) => void; export {};