UNPKG

spectra-ui

Version:

Spectra UI is a component library built in Vue 3 and TypeScript.

8 lines 216 B
/** * The misc provider is a collection of miscellaneous functions * and helpers, contained are things like deep cloning, function * debouncing and more. * * @class MiscProvider */ export class MiscProvider {}