UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

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