UNPKG

@chasemoskal/magical

Version:

web toolkit for lit apps

4 lines (3 loc) 238 B
import { LitElement, CSSResultGroup } from "lit"; import { Constructor } from "../toolbox/handy-types.js"; export declare function mixinCss(...newStyles: (undefined | CSSResultGroup)[]): <C extends Constructor<LitElement>>(Base: C) => C;