@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
11 lines (10 loc) • 407 B
TypeScript
import { BaseControlProperty } from "../../../property-panel/src/composition/entity/base-property";
export declare class SplitterPaneProperty extends BaseControlProperty {
constructor(componentId: string, designerHostService: any);
getPropertyConfig(propertyData: any): {
type: string;
categories: {};
};
private getAppearanceProperties;
private getBehaviorProperties;
}