export type Dispatch = (value: A) => void; export type SetStateAction = State | ((prevState: State) => State); export type StateSetter = Dispatch>; //# sourceMappingURL=StateSetter.d.ts.map