@protorians/widgets
Version:
Create your web user interfaces with widgets
36 lines (35 loc) • 1.19 kB
TypeScript
export declare const NativeText: {
new (data?: string): Text;
prototype: Text;
} | undefined;
export declare const NativeImage: (new (width?: number, height?: number) => HTMLImageElement) | undefined;
export type * from "./types/index.js";
export * from "./enums.js";
export * from "./main.js";
export * from "./colors/index.js";
export * from "./state.js";
export * from "./props.js";
export * from "./style.js";
export * from "./widgets.js";
export * from "./widget-node.js";
export * from "./collections.js";
export * from "./decorators.js";
export * from "./component.js";
export * from "./kit.js";
export * from "./capability.js";
export * from "./ref.js";
export * from "./view.js";
export * from "./router.js";
export * from "./application.js";
export * from "./composite/index.js";
export * from "./errors/index.js";
export * from "./helpers/index.js";
export * from "./hooks/index.js";
export * from "./capabilities/index.js";
export * from "./layout/index.js";
export * from "./overlay/index.js";
export * from "./engine/index.js";
export * from "./agents/index.js";
export * from "./controllers/index.js";
export * from "./gesture.js";
export * from "./conductor.js";