UNPKG

@vindev/particle

Version:

Angular Component Library using Tailwind

8 lines (7 loc) 212 B
import { Constructor } from './constructor'; export declare function UrlMixin<T extends Constructor<{}>>(Base?: T): { new (...args: any[]): { url: string; setUrl: string; }; } & T;