UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

4 lines (3 loc) 140 B
import { Types } from "./types"; export type Widget = new (props: any) => {}; export declare function getSuperWidget(types: Types): Widget;