UNPKG

form-associated-helpers

Version:

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

3 lines (2 loc) 120 B
export type Constructable = new (...args: any[]) => {}; export type GConstructable<T = {}> = new (...args: any[]) => T;