UNPKG

@lion/form-core

Version:

Form-core contains all essential building blocks for creating form fields and fieldsets

8 lines (7 loc) 410 B
export type FocusMixin = import('../types/FocusMixinTypes').FocusMixin; /** * For browsers that not support the [spec](https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible), * be sure to load the polyfill into your application https://github.com/WICG/focus-visible * (or go for progressive enhancement). */ export const FocusMixin: typeof import("../types/FocusMixinTypes").FocusImplementation;