import React from 'react'; /** * A handler for HTML click/change/input events * @example * ```typescript * const handleChangeName = handler(setName); * * ; * ``` */ export declare function handler(setter: React.Dispatch>): ({ target: { value }, }: React.ChangeEvent) => void; //# sourceMappingURL=ui.d.ts.map