UNPKG

hongluan-business-ui

Version:
4 lines (3 loc) 251 B
import type { SFCWithInstall } from './types'; export declare const withInstall: <T, E extends Record<string, any>>(main: T, extra?: E) => SFCWithInstall<T> & E; export declare const withInstallFunction: <T>(fn: T, name: string) => SFCWithInstall<T>;