UNPKG

@roqueform/ref-plugin

Version:
12 lines (11 loc) 238 B
/** * Associates Roqueform fields with DOM elements. * * ```sh * npm install --save-prod @roqueform/ref-plugin * ``` * * @module ref-plugin */ export { refPlugin } from './refPlugin'; export type { RefPlugin } from './refPlugin';