UNPKG

@universal-material/web

Version:
4 lines 277 B
import { LitElement } from 'lit'; import { MixinBase, MixinReturn } from './mixin.js'; export declare const mixinAttributeProperties: <T extends MixinBase<LitElement>>(base: T, ...properties: string[]) => MixinReturn<T>; //# sourceMappingURL=mixin-attribute-properties.d.ts.map