UNPKG

@mendix/pluggable-widgets-tools

Version:
3 lines (2 loc) 192 B
import { Property, SystemProperty } from "./WidgetXml"; export declare function generatePreviewTypes(widgetName: string, properties: Property[], systemProperties: SystemProperty[]): string[];