UNPKG

adwaveui

Version:

Interactive Web Components inspired by the Gtk Adwaita theme.

8 lines (7 loc) 170 B
export type Dependency<T> = { getValue: () => T; name: string; }; export declare abstract class BaseElement extends Element { getRootClassNames: undefined; }