Skip to content

SetStateAction

SetStateAction<S> = Partial<S> | (previousValue) => Partial<S>

Defined in: useClientDocument.ts:137

S