tyh-ui2
Version:
The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.
4 lines (3 loc) • 353 B
TypeScript
import type { ComponentPublicInstance, ComponentOptionsBase } from 'vue';
export declare const createNot: (com: object, opts: object) => ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
export declare const mergeOptions: (def: object, opts: object) => object;