UNPKG

metamorphosis

Version:

A css variable management library that helps create and organize variables into easily configurable themes.

8 lines 233 B
export declare class Base { protected _dependants: Base[]; addDep(dep: any): void; removeDep(dep: any): void; protected _notify(): void; protected notify(..._any: any[]): void; } //# sourceMappingURL=Base.d.ts.map