UNPKG

@protorians/widgets

Version:

Create your web user interfaces with widgets

3 lines (2 loc) 258 B
import type { ICommonAttributes, ContainerProps, IWidgetDeclaration } from "../types/index.js"; export declare function Container(declaration: IWidgetDeclaration<HTMLElement, ContainerProps & ICommonAttributes>): import("../overlay/layer.js").SectionWidget;