@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
25 lines (24 loc) • 618 B
TypeScript
export declare function useRowNumber(): {
getRowNumber: (propertyData: any) => {
title: string;
$converter: string;
parentPropertyID: string;
properties: {
enable: {
title: string;
type: string;
refreshPanelAfterChanged: boolean;
};
width: {
visible: any;
title: string;
type: string;
};
heading: {
visible: any;
title: string;
type: string;
};
};
};
};