UNPKG

lazy-widgets

Version:

Typescript retained mode GUI for the HTML canvas API

13 lines 302 B
/** * {@link WidgetXMLInputConfig} for {@link SingleParent} widgets with a single * required child widget parameter. * * @category XML */ export const SingleParentXMLInputConfig = [ { mode: 'widget', name: 'child' } ]; //# sourceMappingURL=SingleParentXMLInputConfig.js.map