UNPKG

@roqueform/reset-plugin

Version:
12 lines (11 loc) 259 B
/** * Manages Roqueform field initial value and dirty status. * * ```sh * npm install --save-prod @roqueform/reset-plugin * ``` * * @module reset-plugin */ export { resetPlugin } from './resetPlugin'; export type { ResetPlugin } from './resetPlugin';