UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

31 lines (30 loc) 873 B
export declare function useRowOption(): { getRowOptionProperties: (propertyData: any) => { title: string; description: string; properties: { customRowStyle: { title: string; type: string; description: string; $converter: string; editor: { type: string; language: string; leftTemplate: () => any; }; }; customCellStyle: { title: string; type: string; description: string; $converter: string; editor: { type: string; language: string; leftTemplate: () => any; }; }; }; }; };