UNPKG

@tabler/core

Version:

Premium and Open Source dashboard template with responsive and high quality UI.

8 lines (6 loc) 184 B
/** Applies mask on element */ function IMask(el, opts) { // currently available only for input-like elements return new IMask.InputMask(el, opts); } export { IMask as default };