UNPKG

@protorians/widgets

Version:

Create your web user interfaces with widgets

7 lines (6 loc) 291 B
import type { IChildren, IChildrenSupported } from "./types/index.js"; import { IDirectives } from "@protorians/core"; export declare enum WidgetDirectivesType { EngineContent = "widget.engine.content" } export declare const WidgetDirectives: IDirectives<IChildren<IChildrenSupported>>;