@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
12 lines (11 loc) • 436 B
TypeScript
import { BaseControlProperty } from '../../../property-panel';
export declare class ResponseToolbarProperty extends BaseControlProperty {
toolbarType: string;
constructor(componentId: string, designerHostService: any, toolbarType?: string);
getPropertyConfig(propertyData: any): {
type: string;
categories: {};
};
getAppearancePropConfig(propertyData: any): any;
private getBehaviorProperties;
}