UNPKG

@gecut/mixins

Version:

A tiny, TypeScript-powered package of hyper-fast LitElement mixins. Enhance your web components with swift, type-safe functionality that’s easy to integrate.

6 lines 416 B
import type { SignalMixinInterface } from './signal.js'; import type { Constructor } from '@gecut/types'; export declare class ScheduleUpdateToFrameMixinInterface extends SignalMixinInterface { } export declare function ScheduleUpdateToFrameMixin<T extends Constructor<SignalMixinInterface>>(superClass: T): Constructor<ScheduleUpdateToFrameMixinInterface> & T; //# sourceMappingURL=schedule-update-to-frame.d.ts.map