@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
21 lines (20 loc) • 554 B
TypeScript
import { ExtractPropTypes } from "vue";
export declare const drawerPropsDesignerProps: Record<string, any> & {
componentId: {
type: StringConstructor;
default: string;
};
footerContentType: {
type: StringConstructor;
default: string;
};
customHeader: {
type: BooleanConstructor;
default: boolean;
};
showWrapperInCanvas: {
type: BooleanConstructor;
default: boolean;
};
};
export type DrawerDesignerProps = ExtractPropTypes<typeof drawerPropsDesignerProps>;