ObjectKey
import type { ObjectKey } from '@dr.pogodin/react-utils';
Just an alias for string | number | symbol — the most generic type of an object key in TypeScript.
import type { ObjectKey } from '@dr.pogodin/react-utils';
Just an alias for string | number | symbol — the most generic type of an object key in TypeScript.