UNPKG

@protorians/widgets

Version:

Create your web user interfaces with widgets

7 lines (6 loc) 248 B
import type { IEngineConstructor, IEngineMap } from "./types/index.js"; export declare class Widgets { static ServerEngine?: IEngineConstructor<any, any>; static ClientEngine?: IEngineConstructor<any, any>; static Engine: IEngineMap; }