UNPKG

concordialang-ui-core

Version:
9 lines (8 loc) 169 B
export interface UiElement { name: string; widget: string; position: number; props: { [key: string]: string | number | boolean | any[]; }; }