UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

7 lines (6 loc) 147 B
export interface FormDataInterface { ajax?: boolean; noBtn?: boolean; submitCallback?: () => any; submitOnEnter?: boolean; }