@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
13 lines (12 loc) • 732 B
TypeScript
import { ExtractPropTypes } from 'vue';
export declare const drawerToolbarItemDesignProps: Record<string, any>;
export type DrawerToolbarItemDesignProps = ExtractPropTypes<typeof drawerToolbarItemDesignProps>;
export declare const drawerToolbarItemDesignResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
export declare const drawerToolbarDesignProps: Record<string, any> & {
componentId: {
type: StringConstructor;
default: string;
};
};
export type DrawerToolbarDesignProps = ExtractPropTypes<typeof drawerToolbarDesignProps>;
export declare const drawerToolbarDesignResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;