UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

12 lines (11 loc) 442 B
import { BaseControlProperty } from "../../../property-panel/src/composition/entity/base-property"; export declare class ResponseToolbarItemProperty extends BaseControlProperty { constructor(componentId: string, designerHostService: any); getPropertyConfig(propertyData: any): { type: string; categories: {}; }; getBehaviorConfig(): void; private getAppearanceProperties; private getEventPropConfig; }