UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

6 lines (5 loc) 246 B
import type { UseFormResetHandlerParams } from "./types.js"; export declare function useFormResetHandler<T>({ initialValue, onReset, }: { initialValue: T; onReset: (value: T) => void; }): (node: UseFormResetHandlerParams | null) => void;