UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

6 lines (5 loc) 416 B
import * as CreationProject2 from "../../creation-project-2"; import { StandardTypes } from "../types"; import { Widget } from "../widget"; export declare function convertToCreationProject2(types: StandardTypes, widget: Widget): [CreationProject2.Types, new (props: Record<string, any>) => CreationProject2.widgetClass]; export declare function typesToCreationProject2(types: StandardTypes): CreationProject2.Types;