@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
10 lines (9 loc) • 333 B
TypeScript
import { BaseControlProperty } from '../../../property-panel';
export declare class ResponseLayoutProperty extends BaseControlProperty {
constructor(componentId: string, designerHostService: any);
getPropertyConfig(propertyData: any): {
type: string;
categories: {};
};
private getLayoutPropConfig;
}