UNPKG

form-associated-helpers

Version:

A collection of reusable mixins + helpers for working with form associated custom elements.

13 lines (8 loc) 162 B
/** * @typedef {new (...args: any[]) => {}} Constructable */ /** * @template [T = {}] * @typedef {new (...args: any[]) => T} GConstructable */ export {}