/***
* Directive to allow optionally setting autofocus behavior of form elements
* will not focus
* will focus
* will not focus
* will focus in the vast majority of browsers (not Angular - this is just HTML)
*
*/
export const CORE_FORMS_AUTOFOCUS_AUTOFOCUS_DIRECTIVE: "spinnaker.core.forms.autoFocus.directive";
export const name: "spinnaker.core.forms.autoFocus.directive";