UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

28 lines (27 loc) 787 B
export declare function useSummary(): { getSummaryProperties: (propertyData: any) => { title: string; description: string; properties: { enable: { title: string; type: string; description: string; $converter: string; refreshPanelAfterChanged: boolean; }; customRender: { title: string; type: string; description: string; $converter: string; refreshPanelAfterChanged: boolean; visible: boolean; editor: { type: string; language: string; }; }; }; }; };