app-datepicker
Version:
Google Material Design based date picker built with lit
4 lines • 339 B
TypeScript
import type { LitConstructor } from '../typings.js';
import type { ElementMixinProperties, MixinReturnType } from './typings.js';
export declare const ElementMixin: <BaseConstructor extends LitConstructor>(SuperClass: BaseConstructor) => MixinReturnType<BaseConstructor, ElementMixinProperties>;
//# sourceMappingURL=element-mixin.d.ts.map