UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

23 lines (22 loc) 614 B
export declare function useGroup(): { getGroupProperties: (propertyData: any) => { title: string; description: string; properties: { enable: { title: string; type: string; description: string; $converter: string; refreshPanelAfterChanged: boolean; }; showSummary: { title: string; type: string; visible: boolean; $converter: string; description: string; }; }; }; };