typing.ts 64 B

1
  1. export type Updater<T> = (updater: (value: T) => void) => void;