UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

13 lines (12 loc) 270 B
/** * 转换toolbar schema * @param key * @param toolbarObject schema, maybe partial * @returns */ export declare function resolveToolbar(key: string, toolbarObject: { buttons: any[]; appearance: any; id: any; visible: any; }): Record<string, any>;